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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...