diff options
author | Neil <nyamatongwe@gmail.com> | 2019-10-16 11:24:26 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-10-16 11:24:26 +1100 |
commit | c1f38460dd872bebdd286ae43ff74053ae43d176 (patch) | |
tree | bbcbe0b9d4abb2bf8e48e07df6773848db7f9b95 /src | |
parent | a68962b67be1033d4963835c80c37310070380ac (diff) | |
download | scintilla-mirror-c1f38460dd872bebdd286ae43ff74053ae43d176.tar.gz |
Feature [feature-requests:#1315] Update to Unicode 12.1.
Diffstat (limited to 'src')
-rw-r--r-- | src/CaseConvert.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/CaseConvert.cxx b/src/CaseConvert.cxx index a3092b320..da4c8ced8 100644 --- a/src/CaseConvert.cxx +++ b/src/CaseConvert.cxx @@ -76,6 +76,7 @@ int symmetricCaseConversionRanges[] = { 42803,42802,31,2, 42879,42878,5,2, 42903,42902,10,2, +42933,42932,6,2, 65345,65313,26,1, 66600,66560,40,1, 66776,66736,36,1, @@ -158,6 +159,7 @@ int symmetricCaseConversions[] = { 629,415, 637,11364, 640,422, +642,42949, 643,425, 647,42929, 648,430, @@ -192,6 +194,7 @@ int symmetricCaseConversions[] = { 4351,7359, 7545,42877, 7549,11363, +7566,42950, 8017,8025, 8019,8027, 8021,8029, @@ -237,9 +240,8 @@ int symmetricCaseConversions[] = { 42892,42891, 42897,42896, 42899,42898, -42933,42932, -42935,42934, -42937,42936, +42900,42948, +42947,42946, 43859,42931, //--Autogenerated -- end of section automatically generated |