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

Add missing locale conversions #62

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

atjn
Copy link
Contributor

@atjn atjn commented May 4, 2024

These characters were flagged by the script in espruino/BangleApps#3268 - they are used in some of the locales but are not supported by Banglejs.

Some of them are only used in the CLDR data, but some of them are also used right now in real locales, so those locales are just broken. Even if we never merge the CLDR script, I don't see the harm in adding a few characters to this list.

@atjn
Copy link
Contributor Author

atjn commented May 5, 2024

Sorry this might be more complicated than I first thought. I think something else is breaking the locales, these characters seem to only be present in the CLDR data. Either way if you don't mind adding them, it would make my life a bit easier :)

@gfwilliams
Copy link
Member

Thanks! Yes, no problem at all adding these. Anything to map from char code >256 down to ISO8859-1 is great

@gfwilliams gfwilliams merged commit 7e90950 into espruino:master May 7, 2024
@atjn atjn deleted the conversions branch May 7, 2024 07:28
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.

None yet

2 participants