diff options
-rw-r--r-- | doc/bugs/unhappy_without_UTF8_locale.mdwn | 6 |
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 |