update
This commit is contained in:
parent
876f0c6fbc
commit
d7b4c8372b
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ Currenty, git-annex forces output, particularly of filenames, in a utf-8
|
||||||
locale.
|
locale.
|
||||||
|
|
||||||
Note that this does not mean it cannot be used with filenames in other
|
Note that this does not mean it cannot be used with filenames in other
|
||||||
encodings. It just displays their names always converted to utf-8, which
|
encodings. git-annex is entirely encoding agnostic when it comes to
|
||||||
may not look right when you have a non-utf8 locale.
|
manipulating filenames. It just *displays* their names always converted to
|
||||||
|
utf-8, which may not look right when you have a non-utf8 locale.
|
||||||
|
|
||||||
This had to be done to work around some bugs with haskell's handling
|
This had to be done to work around some bugs with haskell's handling
|
||||||
of filename encodings. In particular,
|
of filename encodings. In particular,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue