diff options
author | Neil <nyamatongwe@gmail.com> | 2024-10-24 08:05:35 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-10-24 08:05:35 +1100 |
commit | f409bd64bd33a81c91ecad067174da018d6b6351 (patch) | |
tree | 7e7076ff2161117133458a292fe000e15153e507 | |
parent | 99f2fd542b19ae5951142dd9e70ad5ee27415547 (diff) | |
download | scintilla-mirror-f409bd64bd33a81c91ecad067174da018d6b6351.tar.gz |
Update to Unicode 15.1.
https://github.com/ScintillaOrg/lexilla/issues/285
-rw-r--r-- | doc/ScintillaHistory.html | 12 | ||||
-rw-r--r-- | src/CharacterCategoryMap.cxx | 6 |
2 files changed, 16 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8f1b3d83e..09b7796a1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -586,6 +586,18 @@ </table> <h2>Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla554.zip">Release 5.5.4</a> + </h3> + <ul> + <li> + Released 19 October 2024. + </li> + <li> + Update to Unicode 15.1. + <a href="https://github.com/ScintillaOrg/lexilla/issues/285">Issue #285</a>. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla553.zip">Release 5.5.3</a> </h3> <ul> diff --git a/src/CharacterCategoryMap.cxx b/src/CharacterCategoryMap.cxx index 3ef5bb748..5bf6394ba 100644 --- a/src/CharacterCategoryMap.cxx +++ b/src/CharacterCategoryMap.cxx @@ -22,7 +22,7 @@ namespace { const int catRanges[] = { //++Autogenerated -- start of section automatically generated -// Created with Python 3.12.0, Unicode 15.0.0 +// Created with Python 3.13.0, Unicode 15.1.0 25, 1046, 1073, @@ -2257,7 +2257,6 @@ const int catRanges[] = { 385045, 391901, 392725, -393117, 393238, 393265, 393365, @@ -2321,6 +2320,7 @@ const int catRanges[] = { 406532, 407573, 408733, +409077, 409092, 409621, 410621, @@ -4014,6 +4014,8 @@ const int catRanges[] = { 5887069, 5887492, 6126653, +6127108, +6147037, 6225924, 6243293, 6291460, |