summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genpytable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genpytable.py b/scripts/genpytable.py
index 633e358..240401a 100644
--- a/scripts/genpytable.py
+++ b/scripts/genpytable.py
@@ -311,7 +311,7 @@ def gen_table():
# args = (i, ) + tuple(['"%s"' % s for s in p[:3]]) + tuple(["PINYIN_ID_%s" % s.upper() if s else "PINYIN_ID_ZERO" for s in p[3:9]]) + p[9:-1] + (str(p[-1]), )
print ''' { /* %d */
text : "%s",
- bopomofo : "%s",
+ bopomofo : L"%s",
sheng : "%s",
yun : "%s",
sheng_id : %s,