From e30c37cceed1032b9f6fe84a34cf9f45034782f6 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sat, 14 Jan 2012 10:29:32 +0800 Subject: fixes specialtable.py --- scripts/specialtable.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/specialtable.py b/scripts/specialtable.py index 89fa097..75b27a1 100644 --- a/scripts/specialtable.py +++ b/scripts/specialtable.py @@ -98,10 +98,12 @@ def gen_all_resplit(): new_pinyin_key = pinyin_key[-1] + yun if new_pinyin_key in pinyin_list: yield pinyin_key, yun, pinyin_key[:-1], new_pinyin_key +''' elif pinyin_key[-1] in ["e"]: #check first new pinyin key if pinyin_key[:-1] in pinyin_list: yield pinyin_key, "r", pinyin_key[:-1], "er" +''' def filter_resplit(): -- cgit