This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi, a short first glance review:The editor looks at LC_CTYPE to determine the locale of the terminal.
Editor has syntax highlighting, i18n support and works well* When I start joe in a console mode window (DOS box) and type a non-ASCII letter, an 8-bit stripped character is displayed in reverse mode instead.
in Cygwin console."
* When I start joe in a UTF-8 xterm, instead of non-ASCII characters joe displays 8-bit stripped characters in reverse mode for each single byte of the UTF-8 sequence.This is still correct, because LC_CTYPE is still not set.
* When I try to enable Unicode with $HOME/.joerc containing the line:You need to copy the joerc file to $HOME/.joerc
-encoding utf-8
, joe hangs after starting.
* When I have an empty file $HOME/.joerc, joe hangs after starting.Likewise.
This is not working i18n support.Delete your $HOME/.joerc
Kind regards, Thomas Wolff
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |