Skip to content

Conversation

@Petrakeas
Copy link
Contributor

The CLI tool parses strings.xml so that they are uploaded to CDS. Even though it already supported Unicode characters, it didn't support non-BMP UTF-16 surrogate pairs (which are used by some emojis). Previously, such characters were converted to Numeric character references, in the form of &#xhhhh, which was not useful.

Now, they are kept (and pushed) in the original Unicode form.

The CLI tool parses `strings.xml` so that they are uploaded to CDS.
Even though it already supported Unicode characters, it didn't support
non-BMP UTF-16 surrogate pairs (which are used by some emojis). Previously,
such characters were converted to Numeric character references, in the form of
&#xhhhh, which was not useful.

Now, they are kept (and pushed) in the original Unicode form.
@n1k0sv n1k0sv merged commit b0ac8f6 into transifex:devel Nov 2, 2023
@txsentinel txsentinel mentioned this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants