aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Unicode_file_names_ignored_on_Windows/comment_8_7f23911705eaa58a9230f19ab890e87f._comment
blob: 2cd4b346e9cac1ba0cb15d20d9048f37a0c74c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="209.250.56.102"
 subject="comment 8"
 date="2014-03-19T19:57:00Z"
 content="""
Windows & haskell? I'd only be more surprised if spj wandered in here. ;)

So, that works because you're using ByteStrings. But git-annex mostly does not use ByteStrings, and it would be a lot of work to switch to them everywhere it reads FilePaths from git.

But it seems my test yesterday using `hSetEncoding h Encoding.utf8` went wrong somehow. That does work. git-annex can operate on the file with that change.
"""]]