summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genpinyintable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genpinyintable.py b/scripts/genpinyintable.py
index 27b1a17..5af4e91 100644
--- a/scripts/genpinyintable.py
+++ b/scripts/genpinyintable.py
@@ -32,7 +32,7 @@ def filter_pinyin_list():
for (correct, wrong, bopomofo, flags, chewing) in gen_pinyin_list():
flags = '|'.join(flags)
chewing = "ChewingKey({0})".format(', '.join(chewing))
- correct = correct.replace("v", "ü")
+ #correct = correct.replace("v", "ü")
content_table.append((correct, bopomofo, chewing))
if "IS_PINYIN" in flags:
pinyin_index.append((wrong, flags, correct))