Skip to content

Some emojis are html encoded #55

Open
@keytronic

Description

@keytronic

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions