This commit is contained in:
Joey Hess 2018-04-16 12:20:16 -04:00
parent 78ded0b744
commit 93beff784a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,3 @@
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]]