1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Update to Unicode 15.

Now I have a script I can easily re-run, there's no reason not to do
just that! This updates all of the new generated header files for the
UCD.zip that comes with Unicode 15.0.0.

I've re-run my bidi test suite against 15.0.0's file of test cases,
and confirmed they all pass.
This commit is contained in:
Simon Tatham
2022-11-09 08:48:54 +00:00
parent 4bb37233a5
commit 4cb429e3f4
7 changed files with 60 additions and 26 deletions

View File

@ -13,11 +13,11 @@
* -----------------
*
* This algorithm is up to date with Unicode Standard Annex #9
* revision 44:
* revision 46:
*
* https://www.unicode.org/reports/tr9/tr9-44.html
* https://www.unicode.org/reports/tr9/tr9-46.html
*
* and passes the full conformance test suite in Unicode 14.0.0.
* and passes the full conformance test suite in Unicode 15.0.0.
*
* Paragraph and line handling
* ---------------------------