diff options
author | 2014-02-05 01:37:21 -0800 | |
---|---|---|
committer | 2014-02-05 01:37:21 -0800 | |
commit | 81c2a2a1aa95e8db6a38af8b2ae500a237c7928e (patch) | |
tree | 68bab49ae6aef3af267e32c8efbea68f4c50b266 /native/jni/src/utils/char_utils.cpp | |
parent | 9a7e36acd9bf0be7ddfd1475b29f61b263b76738 (diff) | |
parent | b162911fa4131cf90cd8dbaef325717eec4defa6 (diff) | |
download | latinime-81c2a2a1aa95e8db6a38af8b2ae500a237c7928e.tar.gz latinime-81c2a2a1aa95e8db6a38af8b2ae500a237c7928e.tar.xz latinime-81c2a2a1aa95e8db6a38af8b2ae500a237c7928e.zip |
am b162911f: Merge "[HD04] Make the locale mandatory."
* commit 'b162911fa4131cf90cd8dbaef325717eec4defa6':
[HD04] Make the locale mandatory.
Diffstat (limited to 'native/jni/src/utils/char_utils.cpp')
-rw-r--r-- | native/jni/src/utils/char_utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/src/utils/char_utils.cpp b/native/jni/src/utils/char_utils.cpp index 0e7039610..d41fc8924 100644 --- a/native/jni/src/utils/char_utils.cpp +++ b/native/jni/src/utils/char_utils.cpp @@ -1273,4 +1273,6 @@ static int compare_pair_capital(const void *a, const void *b) { /* U+04F0 */ 0x0423, 0x0443, 0x0423, 0x0443, 0x0427, 0x0447, 0x04F6, 0x04F7, /* U+04F8 */ 0x042B, 0x044B, 0x04FA, 0x04FB, 0x04FC, 0x04FD, 0x04FE, 0x04FF, }; + +/* static */ const std::vector<int> CharUtils::EMPTY_STRING(1 /* size */, '\0' /* value */); } // namespace latinime |