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 | 50c13867d645d79e6ee5b0233d46b3aab353ae01 (patch) | |
| tree | 076241a9b9d40c209debb02061bd6a24e2804b18 /src | |
| parent | a2df794e3e36b7105142ccffc0486362da983e2d (diff) | |
| download | scintilla-mirror-50c13867d645d79e6ee5b0233d46b3aab353ae01.tar.gz | |
Backport: Feature [feature-requests:#1315] Update to Unicode 12.1.
Backport of changeset 7707:13ce9d1ee13e.
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 c1cfd38e2..ed94a67f1 100644 --- a/src/CaseConvert.cxx +++ b/src/CaseConvert.cxx @@ -75,6 +75,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, @@ -157,6 +158,7 @@ int symmetricCaseConversions[] = { 629,415, 637,11364, 640,422, +642,42949, 643,425, 647,42929, 648,430, @@ -191,6 +193,7 @@ int symmetricCaseConversions[] = { 4351,7359, 7545,42877, 7549,11363, +7566,42950, 8017,8025, 8019,8027, 8021,8029, @@ -236,9 +239,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 |
