diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-03-18 18:42:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-03-18 18:42:57 +0000 |
commit | c2c74ef0859616f762f0d3757b75a691ef8aa26b (patch) | |
tree | a3b3e47ffd9f44d78d65653919ed631394689350 | |
parent | 6b580e66df52e1f205b1db07ab2a33d37706f021 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/Unicode_file_names_ignored_on_Windows/comment_4_9140fb8034b1449ee2f4762093bc1f89._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Unicode_file_names_ignored_on_Windows/comment_4_9140fb8034b1449ee2f4762093bc1f89._comment b/doc/bugs/Unicode_file_names_ignored_on_Windows/comment_4_9140fb8034b1449ee2f4762093bc1f89._comment new file mode 100644 index 000000000..e40a6ab33 --- /dev/null +++ b/doc/bugs/Unicode_file_names_ignored_on_Windows/comment_4_9140fb8034b1449ee2f4762093bc1f89._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.154" + subject="comment 4" + date="2014-03-18T18:42:57Z" + content=""" +As well as the default encoding, I've tried `utf8`, `utf16`, `utf16le`, and `utf16be` encodings, and none of them is able to successfully read the git ls-files output, all fail with encoding error. (I also tried `mkUTF16 RoundtripFailure` but it completely broke git-annex.) + +Unsure where to go from here.. +"""]] |