Added a comment

This commit is contained in:
http://joeyh.name/ 2014-03-18 18:09:08 +00:00 committed by admin
parent 59991767cf
commit cfe5cf559f

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.154"
subject="comment 2"
date="2014-03-18T18:09:08Z"
content="""
One approach might be to not use the GHC FileSystemEncoding on Windows, and assume that Windows filenames are always in a unicode encoding. After all, the FileSystemEncoding is only used by git-annex on Unix because Unix has no canonical encoding that will work for all filenames.
Hmm, nope, I tried this and it just causes an \"invalid byte sequence\" crash when reading from git-ls-files.
"""]]