This commit is contained in:
Joey Hess 2018-04-16 12:21:33 -04:00
parent 8d08ccb710
commit 6ddd374935
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,3 +1,7 @@
json is defined as always utf-8. However, when LANG=C,
git-annex --json currently outputs "file":"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
instead of "file":"äöü東" for that utf-8 filename. --[[Joey]]
(Note that git-annex can operate on non-utf8 filenames; it's not defined
what the json contains then, which might or might not be considered a bug
but this is not about that.)