- 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")) => worksChanged: U trunk/Review/Bundles/Unicode.tmbundle/Support/bin/ShowUnicodeProperty.py _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
