[TxMt] New "Unicode" bundle in the Review trunk
Hans-Joerg Bibiko
bibiko at eva.mpg.de
Mon Jun 2 13:31:04 UTC 2008
On 2 Jun 2008, at 15:26, Alexey Blinov wrote:
> Sorry but do i miss something? I have that error
> -------------------------
> Traceback (most recent call last):
> File "/tmp/temp_textmate.0WYiu4", line 50, in <module>
> result=dialog.menu([re.sub(r"(?=[^a-zA-Z0-9_ .\/\-\x7F-\xFF\n])",
> r'\\', a) + "\t" + unicodedata.name(a, "U+%04X" % ord(a)) for a in
> suggestions])
> File "/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
> dialog.py",
> line 51, in menu
> plist = to_plist(menu)
> UnboundLocalError: local variable 'menu' referenced before assignment
> -------------------------
> when try to "Convert to Greek..." or "Convert to Similar..."
You have to upgrade dialog.py in /Applications/TextMate.app/Contents/
SharedSupport/Support/lib
The old version didn't support UTF-8.
Cheers,
Hans
More information about the textmate
mailing list