Yoriyuki Yamagata

Results 9 issues of Yoriyuki Yamagata

- Split Camomile into base, ua (Unicode Algorithm), charencodings and locales - Deprecate mutable Unicode strings - Integrate stdlib's Uchar? (need to modify internal, may better to be postponed) -...

Use Uchar in stdlib, not camomile's own one.

Probably AbsOrd's fault

help wanted
good first issue

Current encoder/decoder dies throwing an exception if they encounter unknown sequences or a character outside of scope of an encoding. Sometime this is not nice and better to mapping errors...

Need to investigate what happened after ver 3.2 Need to extract collation rules from LDML files.

Unicode standard has introduced extra cases for ancient Greek to handle case mappings (around ver. 7). Also need to investigate the algorithm of the current version (ver. 10)

This is also a part of updating Camomile to the latest Unicode standard. This requires defining new properties and new property values, and taking cares of consistency of all code...

Part of works which updates Camomile to the latest Unicode. Easiest and maybe the first thing to be done. Just replace charmaps from the latest glibc and look whether it...