Hey, FlutterFlow community!
I need your expertise in handling special characters in FlutterFlow. I'm getting a text from a ChatGPT API call in Portuguese with characters like "sim, o cã©u ã© azul.". They seem encoded in UTF-8, which would be normally fine but here it does not address the right symbols. How can I correctly parse and display them in my app?
Any tips or code snippets are greatly appreciated!
Thanks in advance!