Skip to content

Fix simpchar data with unicode point pass U+FFFF

Koala Yeung requested to merge yookoala:data-fix into master

There were some problem in the data generation process of Simplified Variants. Those "simpchar" with code point passed U+FFFF were not generated correctly into UTF-8 binary.

I've updated my generation scripts and re-generated the data.

Should fix #77 (closed).

Merge request reports