[tahoe-dev] [tahoe-lafs] #534: "tahoe cp" command encoding issue

Andrej Falout andrej at falout.org
Fri Feb 27 02:05:58 UTC 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20090227/aeca1533/attachment.html>


More information about the tahoe-dev mailing list