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

Proper Unicode case transformations of single code point #46

Open
dimztimz opened this issue Feb 5, 2020 · 0 comments
Open

Proper Unicode case transformations of single code point #46

dimztimz opened this issue Feb 5, 2020 · 0 comments

Comments

@dimztimz
Copy link
Contributor

dimztimz commented Feb 5, 2020

Most of the case transformations are done properly according to Unicode specs, e.g. a whole string is made in uppercase.

At few places I use u_toupper() and u_tolower(). Instead I should use something like to_lower_char_at() which is able to do 1 to many case transformations. (eg. sharp s to double S). Make it efficient by minimizing branches and byte copying.

@dimztimz dimztimz changed the title Proper unicode case trasnformations of single code point Proper Unicode case transformations of single code point Jun 11, 2020
@nuspell nuspell deleted a comment from hsivonen May 12, 2022
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

No branches or pull requests

1 participant