-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emoji not working with NetworkFileTranslationLoader but works with FileTranslationLoader #190
Comments
Hi, do you have a direct link where I can try it? |
Hello, This is my code implementation :
I have one Thank you! |
Hi @ilteoood, Do you need additionnals informations to reproduce ? Let me know if you need something else ! Thank you for your work and your time. |
This should be fixed with the release 0.32.2 One suggestion: use the P.S. this is an open source project, instead of ping me for a solution, you can contribute 😄 |
Hi, Thank you for the MPR ! Unfortunatly I don't know as you how your plugin works and I had lot of work to look what was the problem, maybe was just one configuration in my call but I'm "happy" to see that was worst ! Thank you also for the suggestion, I tried with all to look results but I will restrict only JSON files ! |
Hello,
In my json file, I have some Emojis as 🤝.
When I use
FileTranslationLoader
, emojis are correclty displayed on my app, but when I useNetworkFileTranslationLoader
(with same source json files), emojis are converted as specials caracters.I tried to add
decodeStrategies: [JsonDecodeStrategy(), YamlDecodeStrategy(), XmlDecodeStrategy(), TomlDecodeStrategy()]
in parameter of myNetworkFileTranslationLoader
but nothing changed.This is the (good) result with
FileTranslationLoader
:This is the (wrong) result with
NetworkFileTranslationLoader
:I'm using
flutter_i18n
0.32.1,Flutter sdk
2.10.3 andDart
2.16.1Thank you for your work and your time to answer.
The text was updated successfully, but these errors were encountered: