summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-13 15:35:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-13 15:35:04 -0400
commit91546b8c484bf5b40bc9cafcba72679378b2d60a (patch)
tree86ba4a5d3a977ea579cd3c9c0b97212af81fef79 /doc
parent189e261a42020f6980854cfd4e0bcd32941455b5 (diff)
Make all --batch input, as well as fromkey and registerurl stdin be processed without requiring it to be in the current encoding.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex_fromkey_barfs_on_utf-8_input.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_fromkey_barfs_on_utf-8_input.mdwn b/doc/bugs/git-annex_fromkey_barfs_on_utf-8_input.mdwn
index c1f71789b..e544015a6 100644
--- a/doc/bugs/git-annex_fromkey_barfs_on_utf-8_input.mdwn
+++ b/doc/bugs/git-annex_fromkey_barfs_on_utf-8_input.mdwn
@@ -32,3 +32,7 @@ Note that this is indeed valid utf-8:
00000000 c3 a9 0a |...|
00000003
"""]]
+
+> Despite my strange inability to reproduce these, there's really only one
+> thing that can fix it, namely using fileEncoding. Now done for all batch
+> and stdin reading stuff. [[fixed|done]] I suppose. --[[Joey]]