On Thu, 28 Jun 2007, Ueta Masayuki wrote:

> Hi,
> I'm working on Japanese version of Windows98.
> I think Pyhton can handle Japananese filename.

I'm sorry, I missed the original posting, but you might find it helpful to 
use

  os.listdir(u'.')

instead of 

  os.listdir('.')


_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to