diff options
author | 2014-02-17 01:46:37 -0800 | |
---|---|---|
committer | 2014-02-17 01:46:37 -0800 | |
commit | d4cdbfe2bff1aa7765b17a171bdfa454e323caf3 (patch) | |
tree | 281c3e197ca6fb92b47f667cf172f7d566a4c62d | |
parent | fa00cf6536c1e7f3bbefb7a3e67a4592e14b343b (diff) | |
parent | 2046bd6b850b35adc9c9d351ce134fdb560c8368 (diff) | |
download | latinime-d4cdbfe2bff1aa7765b17a171bdfa454e323caf3.tar.gz latinime-d4cdbfe2bff1aa7765b17a171bdfa454e323caf3.tar.xz latinime-d4cdbfe2bff1aa7765b17a171bdfa454e323caf3.zip |
am 2046bd6b: Merge "Make dotted i the base character of dotless i."
* commit '2046bd6b850b35adc9c9d351ce134fdb560c8368':
Make dotted i the base character of dotless i.
-rw-r--r-- | native/jni/src/utils/char_utils.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/native/jni/src/utils/char_utils.cpp b/native/jni/src/utils/char_utils.cpp index d41fc8924..adc474b4c 100644 --- a/native/jni/src/utils/char_utils.cpp +++ b/native/jni/src/utils/char_utils.cpp @@ -1118,7 +1118,8 @@ static int compare_pair_capital(const void *a, const void *b) { /* U+0118 */ 0x0045, 0x0065, 0x0045, 0x0065, 0x0047, 0x0067, 0x0047, 0x0067, /* U+0120 */ 0x0047, 0x0067, 0x0047, 0x0067, 0x0048, 0x0068, 0x0126, 0x0127, /* U+0128 */ 0x0049, 0x0069, 0x0049, 0x0069, 0x0049, 0x0069, 0x0049, 0x0069, - /* U+0130 */ 0x0049, 0x0131, 0x0049, 0x0069, 0x004A, 0x006A, 0x004B, 0x006B, + // U+0131: Manually changed from 0131 to 0049 + /* U+0130 */ 0x0049, 0x0049, 0x0049, 0x0069, 0x004A, 0x006A, 0x004B, 0x006B, /* U+0138 */ 0x0138, 0x004C, 0x006C, 0x004C, 0x006C, 0x004C, 0x006C, 0x004C, /* U+0140 */ 0x006C, 0x004C, 0x006C, 0x004E, 0x006E, 0x004E, 0x006E, 0x004E, // U+0141: Manually changed from 0141 to 004C |