aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-11-14 15:19:43 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-14 15:19:43 -0800
commitf83e640419b7917af938deba654238c21653ee1d (patch)
treeb74f06cda05147e127c6756ccc0d64e868352d91
parent18ff56125345746e288118d177fcabf3c079ead3 (diff)
parent36c6e2933f1e25013b5d04d651cab8938e7f1090 (diff)
downloadlatinime-f83e640419b7917af938deba654238c21653ee1d.tar.gz
latinime-f83e640419b7917af938deba654238c21653ee1d.tar.xz
latinime-f83e640419b7917af938deba654238c21653ee1d.zip
am 36c6e293: am aef0acdb: DO NOT MERGE - Fix an error in the base char table for LETTER L WITH STROKE
* commit '36c6e2933f1e25013b5d04d651cab8938e7f1090': DO NOT MERGE - Fix an error in the base char table for LETTER L WITH STROKE
-rw-r--r--native/jni/src/basechars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/basechars.cpp b/native/jni/src/basechars.cpp
index 379cb6226..c0ed3c3c8 100644
--- a/native/jni/src/basechars.cpp
+++ b/native/jni/src/basechars.cpp
@@ -68,7 +68,7 @@ const uint16_t BASE_CHARS[BASE_CHARS_SIZE] = {
0x0049, 0x0069, 0x0049, 0x0069, 0x0049, 0x0069, 0x0049, 0x0069,
0x0049, 0x0131, 0x0049, 0x0069, 0x004a, 0x006a, 0x004b, 0x006b,
0x0138, 0x004c, 0x006c, 0x004c, 0x006c, 0x004c, 0x006c, 0x004c,
- 0x006c, 0x0141, 0x0142, 0x004e, 0x006e, 0x004e, 0x006e, 0x004e,
+ 0x006c, 0x004c, 0x006c, 0x004e, 0x006e, 0x004e, 0x006e, 0x004e,
0x006e, 0x02bc, 0x014a, 0x014b, 0x004f, 0x006f, 0x004f, 0x006f,
0x004f, 0x006f, 0x0152, 0x0153, 0x0052, 0x0072, 0x0052, 0x0072,
0x0052, 0x0072, 0x0053, 0x0073, 0x0053, 0x0073, 0x0053, 0x0073,