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 domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?