Skip to content
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

Some emojis are html encoded #55

Open
keytronic opened this issue Jul 22, 2022 · 0 comments
Open

Some emojis are html encoded #55

keytronic opened this issue Jul 22, 2022 · 0 comments
Assignees
Labels

Comments

@keytronic
Copy link

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">"&#x1f622;"</string>

Steps to reproduce
Steps to reproduce the behavior:

  1. Add two terms on poeditor, one with ❤️ (heart emoji) and another with 📍 (pushpin emoji)
  2. Sync the strings
  3. 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

@keytronic keytronic added the bug label Jul 22, 2022
@keytronic keytronic changed the title Emojis are sometime html encoded Emojis are sometimes html encoded Jul 22, 2022
@keytronic keytronic changed the title Emojis are sometimes html encoded Some emojis are html encoded Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants