]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
macfuse: fix unicode handling
authorrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 7 Mar 2008 00:43:25 +0000 (17:43 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 7 Mar 2008 00:43:25 +0000 (17:43 -0700)
commit4bbaaff49fd75475ab23530e1401b39894318b6a
tree9dea58169f9e87937564d8333641e0221a266ff7
parent6177a958d0990e270f2c080f4237a3614dd5e7d3
macfuse: fix unicode handling

at one point I'd thrown in a 'str' since fuse api bits required a str instance
but tahoe returns unicode objects from its json parsing.  that, naturally
enough should really be a utf8 encoded str of the unicode object...
mac/tahoefuse.py