diff options
Diffstat (limited to 'scripts/bopomofo.py')
-rw-r--r-- | scripts/bopomofo.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/bopomofo.py b/scripts/bopomofo.py index bd0f448..09a7b88 100644 --- a/scripts/bopomofo.py +++ b/scripts/bopomofo.py @@ -21,18 +21,6 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -''' -const static gunichar bopomofo_char[] = { - L'\0',L'ㄅ',L'ㄆ',L'ㄇ',L'ㄈ',L'ㄉ',L'ㄊ',L'ㄋ',L'ㄌ',L'ㄍ',L'ㄎ', - L'ㄏ',L'ㄐ',L'ㄑ',L'ㄒ',L'ㄓ',L'ㄔ',L'ㄕ',L'ㄖ',L'ㄗ',L'ㄘ',L'ㄙ', - - L'ㄧ',L'ㄨ',L'ㄩ',L'ㄚ',L'ㄛ',L'ㄜ',L'ㄝ',L'ㄞ',L'ㄟ',L'ㄠ',L'ㄡ', - L'ㄢ',L'ㄣ',L'ㄤ',L'ㄥ',L'ㄦ', - - L'ˊ',L'ˇ',L'ˋ',L'˙', -}; -''' - BOPOMOFO_PINYIN_MAP = { "ㄅ" : "b", "ㄅㄚ" : "ba", |