Hi Shawn,

import codecs, os
> lst = os.listdir('.')
> for name in lst: print codecs.escape_encode(name)
>

The output is:

('Rotha\\s Lament.mid', 18)

Seems like a char count to me? Few more:

('Bourr\\xdae 2.mid', 16)
('Bourr\\xdae 1.mid', 16)
('Bourr\\xdae Droite.mid', 21)


-- 
Andrej Falout
_______________________________________________
tahoe-dev mailing list
[email protected]
http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev

Reply via email to