summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/forget_corrupts_non-ascii_chars.mdwn4
-rw-r--r--doc/bugs/unicode_tags.mdwn3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/forget_corrupts_non-ascii_chars.mdwn b/doc/bugs/forget_corrupts_non-ascii_chars.mdwn
index daee6f63a..f4506c228 100644
--- a/doc/bugs/forget_corrupts_non-ascii_chars.mdwn
+++ b/doc/bugs/forget_corrupts_non-ascii_chars.mdwn
@@ -72,3 +72,7 @@ backend usage:
"""]]
well that's interesting - the above paste is broken by ikiwiki as well... in the text area where i paste it, "rachel@topcrapn:~/Vidéos/anarcat" shows up as "rachel@topcrapn:~/Vidéos/anarcat" but when i preview, the character gets corrupted. and obviously, the second instance then gets *double* corrupted - wheepee. the original paste has "rachel@topcrapn:~/Vidéos/anarcat". --[[anarcat]]
+
+> [[fixed|done]]; writes to git-annex branch now preserve the original
+> encoding, and I've tested that lots of interesting unicode is preserved
+> across a forget run. --[[Joey]]
diff --git a/doc/bugs/unicode_tags.mdwn b/doc/bugs/unicode_tags.mdwn
index 6ecfad95a..ff3c78666 100644
--- a/doc/bugs/unicode_tags.mdwn
+++ b/doc/bugs/unicode_tags.mdwn
@@ -44,3 +44,6 @@ OS X 10.9
LC_TIME="en_US.UTF-8"
LC_ALL=
+> All strings written to the git-annex branch were truncated to 8 bits.
+> I've fixed this, and this example works now (of course data written with
+> an old git-annex remains truncated). [[done]] --[[Joey]]