[tahoe-dev] [tahoe-lafs] #534: "tahoe cp" command encoding issue
Andrej Falout
andrej at falout.org
Thu Feb 26 18:05:58 PST 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://allmydata.org/pipermail/tahoe-dev/attachments/20090227/aeca1533/attachment.htm
More information about the tahoe-dev
mailing list