1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/unicode
Simon Tatham b35d23f699 Implement Unicode normalisation.
A new module in 'utils' computes NFC and NFD, via a new set of data
tables generated by read_ucd.py.

The new module comes with a new test program, which can read the
NormalizationTest.txt that appears in the Unicode Character Database.
All the tests pass, as of Unicode 15.
2022-11-11 08:48:18 +00:00
..
ambiguous_wide_chars.h Update to Unicode 15. 2022-11-11 08:44:07 +00:00
bidi_brackets.h Update to Unicode 15. 2022-11-11 08:44:07 +00:00
bidi_mirror.h Update to Unicode 15. 2022-11-11 08:44:07 +00:00
bidi_type.h Update to Unicode 15. 2022-11-11 08:44:07 +00:00
canonical_comp.h Implement Unicode normalisation. 2022-11-11 08:48:18 +00:00
canonical_decomp.h Implement Unicode normalisation. 2022-11-11 08:48:18 +00:00
combining_classes.h Implement Unicode normalisation. 2022-11-11 08:48:18 +00:00
nonspacing_chars.h Update to Unicode 15. 2022-11-11 08:44:07 +00:00
read_ucd.py Implement Unicode normalisation. 2022-11-11 08:48:18 +00:00
version.h Commit read_ucd.py's output and switch over to it. 2022-11-11 08:44:07 +00:00
wide_chars.h Update to Unicode 15. 2022-11-11 08:44:07 +00:00