From f409bd64bd33a81c91ecad067174da018d6b6351 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 24 Oct 2024 08:05:35 +1100 Subject: Update to Unicode 15.1. https://github.com/ScintillaOrg/lexilla/issues/285 --- src/CharacterCategoryMap.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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, -- cgit v1.2.3