diff options
author | Neil <nyamatongwe@gmail.com> | 2018-10-18 09:56:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-10-18 09:56:15 +1100 |
commit | 2b94cc2fe6ae043129a2043b78a5032ddf275ef6 (patch) | |
tree | 7ec4a59c73f65fc1a8fc722ecc618fd5585c4949 /src | |
parent | 4fe3150c776b2b1bbe0570e6fee9040260364f2d (diff) | |
download | scintilla-mirror-2b94cc2fe6ae043129a2043b78a5032ddf275ef6.tar.gz |
Updated case conversion and character categories to Unicode 11.
Fixed history by moving new items into the pending version.
Diffstat (limited to 'src')
-rw-r--r-- | src/CaseConvert.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CaseConvert.cxx b/src/CaseConvert.cxx index da3be5ecd..a3391a7e2 100644 --- a/src/CaseConvert.cxx +++ b/src/CaseConvert.cxx @@ -56,6 +56,7 @@ int symmetricCaseConversionRanges[] = { 1218,1217,7,2, 1233,1232,48,2, 1377,1329,38,1, +4304,7312,43,1, 7681,7680,75,2, 7841,7840,48,2, 7936,7944,8,1, @@ -80,6 +81,7 @@ int symmetricCaseConversionRanges[] = { 66776,66736,36,1, 68800,68736,51,1, 71872,71840,32,1, +93792,93760,32,1, 125218,125184,34,1, //--Autogenerated -- end of section automatically generated @@ -185,6 +187,9 @@ int symmetricCaseConversions[] = { 1016,1015, 1019,1018, 1231,1216, +4349,7357, +4350,7358, +4351,7359, 7545,42877, 7549,11363, 8017,8025, @@ -234,6 +239,7 @@ int symmetricCaseConversions[] = { 42899,42898, 42933,42932, 42935,42934, +42937,42936, 43859,42931, //--Autogenerated -- end of section automatically generated |