summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-08 17:48:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-08 17:48:25 -0400
commitb85c91743c73597f41cae73b042ffa86be929ed3 (patch)
tree7da8c38c4a670389b39574e0d0497012a43aa240
parent4cfcdfa9ba1f88e7aa9a6e7878cd86a2705541ab (diff)
update
-rw-r--r--doc/bugs/unhappy_without_UTF8_locale.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/unhappy_without_UTF8_locale.mdwn b/doc/bugs/unhappy_without_UTF8_locale.mdwn
index 6f1df4fab..7b0e5be66 100644
--- a/doc/bugs/unhappy_without_UTF8_locale.mdwn
+++ b/doc/bugs/unhappy_without_UTF8_locale.mdwn
@@ -4,6 +4,12 @@ Try unsetting LANG and passing git-annex unicode filenames.
add add add add git-annex: <stdout>: commitAndReleaseBuffer: invalid
argument (Invalid or incomplete multibyte or wide character)
+> Interestingly, I can get the same crash in the de_DE.UTF-8 locale
+> with certian input filenames, while in en_US.UTF-8, it's ok.
+> The workaround below avoided the problem in de_DE.UTF-8. --[[Joey]]
+
+## underlying haskell problem and workaround
+
The same problem can be seen with a simple haskell program:
import System.Environment