Open
Description
SW details (please complete the following information):
- IDE version: Android Studio Electric Eel | 2022.1.1
- Plug-in Version 3.0.0
Summary and background of the bug
We use a lot of emojis on poeditor and when we import terms some emojis are html encoded.
Android Studio is working great with emojis and it would be nice and easier to read if all emojis was not html encoded.
For exemple:
<string name="term_with_emoji">"❤️"</string>
<string name="term_with_emoji_encoded">"😢"</string>
Steps to reproduce
Steps to reproduce the behavior:
- Add two terms on poeditor, one with ❤️ (heart emoji) and another with 📍 (pushpin emoji)
- Sync the strings
- Check generated strings.xm files
Expected behavior
Does not html encode emojis for better readability
Current behavior
Some emojis (but not all) are html encode