diff options
-rw-r--r-- | doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment b/doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment new file mode 100644 index 000000000..692b5d537 --- /dev/null +++ b/doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="http://adamspiers.myopenid.com/" + nickname="Adam" + subject="Any update on this?" + date="2011-12-24T01:05:07Z" + content=""" +I just noticed this issue, and was wondering what the current status is. + + % ls -l 04\ -\ Orixás.mp3 + -rw-r--r-- 1 adam users 8377816 Jul 12 2007 04 - Orixás.mp3 + % echo 04\ -\ Orixás.mp3 | od -c + 0000000 0 4 - O r i x 303 241 s . m p 3 + 0000020 \n + 0000021 + % git annex add 04\ -\ Orixás.mp3 + git-annex: /home/adam/music/RotC/transcribe/04 - Orixás.mp3: getSymbolicLinkStatus: does not exist (No such file or directory) +"""]] |