https://github.com/open-runtimes/open-runtimes/issues/209
Using utf8.encode inside function (dart-3.0) gives different results than using encoding on the same string in local (macos or linux) environment
TL;DR
The user is experiencing an issue with UTF-8 encoding on Dart runtimes. They are seeking more details and have provided a link to a related GitHub issue. The problem is that using `utf8.encode` inside a function in the dart-3.0 version gives different results compared to encoding the same string in a local environment on macOS or Linux.
Solution: There is no solution provided in the support thread, only a link to the GitHub issue for further information and potential fixes.Hmm...can you provide more details?
maybe your code and input?
Recommended threads
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...
- Deployed to live, but functions only wor...
Deployed my serveless functions, noticed a request is only sent when I switch on my vpn, I have a feeling it's an ip related thing, I'd like some help troublesh...