[Github-comments] [geany/geany] In the Compiler window: UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 1: ordinal not in range(128) (#1732)

Ludovic Rousseau notifications at xxxxx
Mon Jan 8 17:13:30 UTC 2018


After reading https://lwn.net/Articles/741176/ I tried to add:
```
export LC_TYPE=C.UTF-8
```
in ``/Applications/Geany.app/Contents/MacOS/geany``, but that does not work.

An easier (at least for me) way to check I can use non-ASCII characters is to try to enter a "é" letter in the Geany terminal window:
- Without my patch I get a beep and no letter displayed
- With my patch I get the expected "é"

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1732#issuecomment-356030807
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180108/55ccd385/attachment.html>


More information about the Github-comments mailing list