edicl / cl-unicode

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

Case functions, case folding and IDNA mappings #22

Closed egao1980 closed 3 years ago

egao1980 commented 3 years ago

I'm working towards better pure CL support for Unicode. While looking into IDNA libraries I've found that CL-UNICODE is missing few bits that I can fill.

So please review the following changes:

stassats commented 3 years ago

I'm getting ; Undefined functions: ; CL-UNICODE::CASE-FOLDING-MAPPING CL-UNICODE::DECOMPOSITION-MAPPING

stassats commented 3 years ago

I suppose this is #18

egao1980 commented 3 years ago

Yep, it's #18