Skip to content

normalize convert emoji characters into unicode  #291

@neumayr

Description

@neumayr

Hey! 🙌

I've spotted that i18n-tasks normalize converts emoji characters into unicode which makes them much harder to read and change afterward. IMHO, this should be necessary because yaml is capable to understand plain emoji chars. What do you think about this one?

Before
lang:
  de-de: 🇩🇪 German
  en-uk: 🇺🇸 English
  header: 🌐 Select Language
After i18n-tasks normalize
lang:
  de-de: "\U0001F1E9\U0001F1EA German"
  en-uk: "\U0001F1FA\U0001F1F8 English"
  header: "\U0001F310 Select Language"

Converter tool

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions