Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Native letters in Cygwin zsh
- X-seq: zsh-users 9854
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Native letters in Cygwin zsh
- Date: Thu, 26 Jan 2006 18:20:25 +0000
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060126142302.GA3987@xxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
* Wojciech Pietron (2006-01-26 14:23 +0100)
> WinXP Pro,
> ZSH_VERSION=4.2.6
> Cygwin.dll 1.5.19
> charset cp1250
> TERM=rxvt
>
> The only problem is with Cygwin and displaying Polish native letters. I
> usually use AltGr modifier (right Alt on standard PC keyboard) to have them
> typed. And seven of nine Polish native letters are displayed OK. Problem is
> with AltGr-S and AltGr-X. Instead of displaying Polish letters I can see
> two strange-looking chars (it looks like German 'umlaut' and 'SS') in the
> case of normal and capital letters. Similar problem with typing in vi.
>
> There is no problem with it in the case of standard Windows application
> (notepad, Word, and so on).
>
> After a few hours spent in 'bindkey', 'stty' and similar stuff I am not
> very familiar with, I found out that after running a command 'setopt nozle'
> I am able to produce all Polish letters. Of course, I loose all
> functionality associated with 'Zsh Line Editor' module as well. What is more,
> problem remains in vi editor.
>
> Is there any simpler command to be able to enable Polish letters associated
> with AltGr-X and AltGr-S and not to loose all the functionality of 'zle'
> module?
Try setopt printeightbit
Messages sorted by:
Reverse Date,
Date,
Thread,
Author