Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accent encoding #1348

Closed
ghost opened this issue Jan 6, 2017 · 7 comments
Closed

Accent encoding #1348

ghost opened this issue Jan 6, 2017 · 7 comments
Labels
👀 Awaiting Response Issue or PR is awaiting a response from the author

Comments

@ghost
Copy link

ghost commented Jan 6, 2017

  • OS version and name: macOS Sierra
  • Hyper.app version: 1.0.1.1369

Issue

The accents are badly encoded.
examples : é -> <C3><A9>
ô -> <C3><B4>

@matheuss
Copy link
Member

matheuss commented Jan 6, 2017

Could you provide more info? 🤔 When this happens?
screen shot 2017-01-06 at 4 31 24 pm

@matheuss matheuss added the 👀 Awaiting Response Issue or PR is awaiting a response from the author label Jan 6, 2017
@ghost
Copy link
Author

ghost commented Jan 6, 2017

Sometimes i have :
capture d ecran 2017-01-06 a 19 39 56

é -> e??

Sometimes i have :
capture d ecran 2017-01-06 a 19 40 21

@endverbraucher
Copy link

Same problem here with german umlauts(äöü). I'm using hyper after a clean Install without plugins and with zsh on macOS 10.12.2 and QWERTZ(German) keyboard layout.

@chabou
Copy link
Contributor

chabou commented Jan 7, 2017

seems related to locale

chabou@DeLorean: ~
$ locale
LANG="fr.UTF-8"
LC_COLLATE="C"
LC_CTYPE="C"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=


chabou@DeLorean: ~
$ ls /tmp/dévelop
'/tmp/d'$'\303\251''velop'

chabou@DeLorean: ~
$ export LANG="fr_FR.UTF-8"

chabou@DeLorean: ~
$ ls /tmp/dévelop
/tmp/dévelop

But there is a strange thing (in bahs and zsh):

chabou@DeLorean: ~
$ ls -l /tmp/dévelop
-rw-r--r-- 1 chabou wheel 0 jan  7 16:55 /tmp/dévelop

chabou@DeLorean: ~
$ ls -l /tmp/
total 0
-rw-r--r-- 1 chabou wheel 0 jan  7 16:55 develop

Does not happen in Terminal.app

@ghost ghost closed this as completed Jan 7, 2017
@YugoCode
Copy link

Is there any update? Still cannot write or display German Umlaute (ä,ö,ü,ß).

@schneyra
Copy link

schneyra commented Nov 20, 2017

Is there any update? Same for me.

@chabou
Copy link
Contributor

chabou commented Nov 20, 2017

@schneyra We're tracking this work over here (with workaround explained): #607
There is an outdate PR here: #605

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 Awaiting Response Issue or PR is awaiting a response from the author
Projects
None yet
Development

No branches or pull requests

5 participants