- using popen instead of popen2
-- problem solved: popen("foo" + bar + "foo2") doesn't work for unichars in bar
--- cmd = "foo" + bar + "foo2"
--- popen(cmd.encode("UTF-8")) => works

Changed:
U   trunk/Review/Bundles/Unicode.tmbundle/Support/bin/ShowUnicodeProperty.py

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/mailman/listinfo/textmate-dev

Reply via email to