diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-12 14:10:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-12 14:10:43 -0400 |
commit | 11a378801273bd33968eb9bf0184a168e2715608 (patch) | |
tree | 1911171f825641a9ce04c562fd8654c42a765e5f | |
parent | 8cd686054ecb85d848bde1e99b65b5d76ceab2c7 (diff) | |
parent | 0b930a672651086819d10ff5ad62bb0f6379adfd (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_2_b6886a5c38725d93630562a3172d1a5c._comment | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_2_b6886a5c38725d93630562a3172d1a5c._comment b/doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_2_b6886a5c38725d93630562a3172d1a5c._comment new file mode 100644 index 000000000..7dc9497bc --- /dev/null +++ b/doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_2_b6886a5c38725d93630562a3172d1a5c._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="Alan" + subject="Some additional information" + date="2016-01-12T17:48:58Z" + content=""" +Here is what `locale` returns here + + LANG= + LC_COLLATE=\"en_US.UTF-8\" + LC_CTYPE=\"en_US.UTF-8\" + LC_MESSAGES=\"en_US.UTF-8\" + LC_MONETARY=\"en_US.UTF-8\" + LC_NUMERIC=\"en_US.UTF-8\" + LC_TIME=\"en_US.UTF-8\" + LC_ALL=\"en_US.UTF-8\" + +I think it may matter as I see that your accents are not displayed correctly when you \"tab\". + +To type a é on OS X with qwerty, you can do `option-e` then e. +"""]] |