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

Normalize existing data to NFC #649

Open
aurimasv opened this issue Feb 25, 2015 · 0 comments
Open

Normalize existing data to NFC #649

aurimasv opened this issue Feb 25, 2015 · 0 comments

Comments

@aurimasv
Copy link
Contributor

Follow-up from #542

All inputs and outputs from DB are currently being normalized, but existing data in the DB is still npt guaranteed to be normalized (it does get normalized during sync though, I believe).

Helpful info from the other issue that should help optimize this process:

A quote from the Unicode standard annex 15:

Text exclusively containing ASCII characters (U+0000..U+007F) is left unaffected by all of the Normalization Forms. ... Text exclusively containing Latin-1 characters (U+0000..U+00FF) is left unaffected by NFC. This is effectively the same as saying that all Latin-1 text is already normalized to NFC.

@aurimasv aurimasv changed the title [DB upgrade] Normalize existing data to NFC Normalize existing data to NFC Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants