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 /src | |
| parent | 99f2fd542b19ae5951142dd9e70ad5ee27415547 (diff) | |
| download | scintilla-mirror-f409bd64bd33a81c91ecad067174da018d6b6351.tar.gz | |
Update to Unicode 15.1.
https://github.com/ScintillaOrg/lexilla/issues/285
Diffstat (limited to 'src')
| -rw-r--r-- | src/CharacterCategoryMap.cxx | 6 | 
1 files changed, 4 insertions, 2 deletions
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,  | 
