X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Ftools%2Funicodesymbols.py;h=e63c0be36bda49ff6c2186833198ad2981f8972f;hb=81500fc99b8a2f28bf429c159713784b1715bc63;hp=429b55914f706b64a70083b836d6c9e9f5819576;hpb=e24eeddb96b18ac0f72b13d93d372a2193a19781;p=lyx.git diff --git a/development/tools/unicodesymbols.py b/development/tools/unicodesymbols.py index 429b55914f..e63c0be36b 100644 --- a/development/tools/unicodesymbols.py +++ b/development/tools/unicodesymbols.py @@ -76,7 +76,7 @@ def complete(lines, start, stop): combining = "combining" else: combining = "" - line = [i, '#0x%04x "" "" "%s" # %s' % (i, combining, name)] + line = [i, '#0x%04x "" "" "%s" "" "" # %s' % (i, combining, name)] lines.insert(l, line) # print lines[l] l = l + 1