edicl / cl-unicode

Portable Unicode library for Common Lisp
https://edicl.github.io/cl-unicode/
61 stars 24 forks source link

Reference implementation for normalization forms #23

Closed egao1980 closed 3 years ago

egao1980 commented 3 years ago

Reasonable but not optimised implementation for:

Next step would be implementing Quick Check algorithm allowing more efficient string processing but for relatively short text current implementation is good enough.