git-annex/debian
Joey Hess a787cead35 bittorrent: Fix mojibake introduced in parsing arai2c progress output.
hGetSomeString reads one byte at a time, so unicode bytes are not composed.
The problem comes when outputting that to the console with hPut; that
tried to apply the handle's encoding, and so we get mojibake.

Instead, use ByteStrings, and only convert it to a string for parsing, not
for display.

Note that there are a couple of other things that use hGetSomeString,
which I've left as-is for now.
2015-02-10 12:34:34 -04:00
..
tests
cabal-wrapper Add temporary workaround for bug #763078 which broke building on armel and armhf. 2014-09-27 14:22:04 -04:00
changelog bittorrent: Fix mojibake introduced in parsing arai2c progress output. 2015-02-10 12:34:34 -04:00
compat
control tweak aws version 2015-01-30 16:25:29 -04:00
copyright update my email address and homepage url 2015-01-21 12:50:09 -04:00
doc-base
menu
NEWS prep release 2013-10-02 16:13:45 -04:00
rules remove PatchedAWS flag 2014-12-03 15:09:18 -04:00