[issue1777458] glob doesn't return unicode with unicode parameter

2008-08-21 Thread Lee Cantey
Lee Cantey <[EMAIL PROTECTED]> added the comment: Updated original report with the following: 2.5.1 (r251:54863, Jul 10 2008, 17:24:48) Fails for me with 2.5.1 on Linux, OS X, and Windows. >>> glob.glob("*") ['t.txt', 't\xd0\xb4.txt', 't\xe2\

[issue1001604] glob doesn't return unicode with no dir in unicode filename

2008-08-21 Thread Lee Cantey
Lee Cantey <[EMAIL PROTECTED]> added the comment: 2.5.1 (r251:54863, Jul 10 2008, 17:24:48) Fails for me with 2.5.1 on Linux, OS X, and Windows. >>> glob.glob("*") ['t.txt', 't\xd0\xb4.txt', 't\xe2\xbd\x94.txt'] >>> glob.glob(u&q