Codepoints / Codepoints.net

A visual guide to the wonders of Unicode
https://codepoints.net
81 stars 11 forks source link

/api/v1/transform/nfk?[cd] uses outdated data #18

Open Boldewyn opened 11 years ago

Boldewyn commented 11 years ago

At the moment, this functionality is based on PHP's Normalizer class, which uses the OS's information, some 5er version of Unicode.

We need to implement the NFK?[CD] algorithms ourself to fix this.

Boldewyn commented 8 years ago

Or bring PHP to load a custom version of ICU. However, that might not work.