summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-13 17:41:50 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-13 17:41:50 +0800
commit23e34dfe67ef11c44b196337cd42e4f000f9b9fc (patch)
tree2c48b40c1c01fad74b604e40523aa1d7850d7679
parent4657987b1aedd94081238d60d48044326419f23b (diff)
downloadlibpinyin-23e34dfe67ef11c44b196337cd42e4f000f9b9fc.tar.gz
libpinyin-23e34dfe67ef11c44b196337cd42e4f000f9b9fc.tar.xz
libpinyin-23e34dfe67ef11c44b196337cd42e4f000f9b9fc.zip
fixes compile
-rw-r--r--scripts/pinyin_parser_table.h.in8
-rw-r--r--src/storage/pinyin_parser_table.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/scripts/pinyin_parser_table.h.in b/scripts/pinyin_parser_table.h.in
index 6a9bccb..4af0b4b 100644
--- a/scripts/pinyin_parser_table.h.in
+++ b/scripts/pinyin_parser_table.h.in
@@ -35,10 +35,10 @@ const gint chewing_key_table[CHEWING_NUMBER_OF_INITIALS *
const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = {
"",
"ˉ",
-'ˊ',
-'ˇ',
-'ˋ',
-'˙'
+"ˊ",
+"ˇ",
+"ˋ",
+"˙"
};
};
diff --git a/src/storage/pinyin_parser_table.h b/src/storage/pinyin_parser_table.h
index 80741af..f618ab0 100644
--- a/src/storage/pinyin_parser_table.h
+++ b/src/storage/pinyin_parser_table.h
@@ -3437,10 +3437,10 @@ const gint chewing_key_table[CHEWING_NUMBER_OF_INITIALS *
const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = {
"",
"ˉ",
-'ˊ',
-'ˇ',
-'ˋ',
-'˙'
+"ˊ",
+"ˇ",
+"ˋ",
+"˙"
};
};