diff options
author | http://joey.kitenet.net/ <joey@web> | 2011-12-24 16:49:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-12-24 16:49:13 +0000 |
commit | c87a81404656da4f5d3607687c3cb5da32295af3 (patch) | |
tree | 3de00cd63e0bd387165bb94b79cea88dcde601b2 | |
parent | ab1435310c36ba3309c075b544bc8b3bf8e7ffa8 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/problems_with_utf8_names/comment_4_93bee35f5fa7744834994bc7a253a6f9._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/problems_with_utf8_names/comment_4_93bee35f5fa7744834994bc7a253a6f9._comment b/doc/bugs/problems_with_utf8_names/comment_4_93bee35f5fa7744834994bc7a253a6f9._comment new file mode 100644 index 000000000..5e11af6ab --- /dev/null +++ b/doc/bugs/problems_with_utf8_names/comment_4_93bee35f5fa7744834994bc7a253a6f9._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="comment 4" + date="2011-12-24T16:49:13Z" + content=""" +Adam, this bug was fixed a long time ago, first using option #2 above, but later switching to option #3 -- git-annex treats filenames as opaque binary blobs and never decodes them in any encoding; haskell's normal encoding support for stdio is disabled. + +And it never resulted in a failure like you show. I cannot reproduce your problem, but it is a different bug, please open a new bug report. +"""]] |