summaryrefslogtreecommitdiff
path: root/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-12 12:19:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-12 12:19:30 -0400
commita0b643354907628a16f927935de0396382239c59 (patch)
tree1641aa8f5309f4d50631555c00df86ec3729a6a7 /doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
parent4a63cdd9008bfe34af01c3662af512927a0cee0b (diff)
Fix a crash when merging files in the git-annex branch that contain invalid utf8.
The crash actually occurred when writing out the file, which was done to a handle that had not had fileSystemEncoding applied to it.
Diffstat (limited to 'doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn')
-rw-r--r--doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn b/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
index 9edd754c7..d88b86b44 100644
--- a/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
+++ b/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
@@ -57,3 +57,6 @@ Using Ubuntu's original version (3.20120406) the error message is a bit differen
> try to look at it again soon; the last 2 times I looked at that code
> I could not see an easy way to make it allow invalid utf-8 encoded data.
> --[[Joey]]
+
+>> [[done]], although I am no longer so sure this was the last utf-8
+>> encoding bug.. --[[Joey]]