aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment')
-rw-r--r--doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment
new file mode 100644
index 000000000..70e14e80f
--- /dev/null
+++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment
@@ -0,0 +1,30 @@
+[[!comment format=mdwn
+ username="i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9"
+ nickname="i"
+ avatar="http://cdn.libravatar.org/avatar/661785c9bf4c87cc795f130b47a1c4ae"
+ subject="this has something to do with the dot and space"
+ date="2018-03-03T16:43:27Z"
+ content="""
+I did some tests and apparently this happens only if the characters are proceeded by a dot and/or space:
+
+[[!format sh \"\"\"
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey Change.\ 웅산\).mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey Change.\ 웅산.mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey Change.웅산.mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.웅산.mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey test_웅산.mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.mp3
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.\ 웅산.mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.\ \ 웅산.mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3
+ sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.\ \ \ 웅산.mp3
+SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.mp3
+\"\"\"]]
+
+This leads me to thinking that this MIGHT have something to do with code that deals with file extensions.
+"""]]