Fix display of unicode filenames.
Internally, the filenames are stored as un-decoded unicode. I tried decoding them, but then haskell tries to access the wrong files. Hmm. So, I've unhappily chosen option "B", which is to decode filenames before they are displayed.
This commit is contained in:
parent
e7a3475704
commit
fe55b4644e
11 changed files with 63 additions and 21 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -4,6 +4,7 @@ git-annex (0.21) UNRELEASED; urgency=low
|
|||
* unannex: Fix recently introduced bug when attempting to unannex more
|
||||
than one file at a time.
|
||||
* test: Set git user name and email in case git can't guess values.
|
||||
* Fix display of unicode filenames.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 09 Feb 2011 00:12:11 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue