Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: UTF-8 and 8-bit settings
- X-seq: zsh-users 10029
- From: Daniel Qarras <dqarras@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: UTF-8 and 8-bit settings
- Date: Wed, 15 Mar 2006 13:20:17 -0800 (PST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=g+G4TlKevagQygFRF8Dj8fK7gLolzSA5DHfi33ROAEZtU1UsfHqr72ceLwZW+fZaqptQWoJQje5zFsEoZ5GTiM3gyLKNDsxjOHkGfpOUlmU2LpRWotVB300WxOSSNuIHy98l/5eeP/CEoUvCW8/3OFAzZ/9Kxj7dozpyWe8a0Lk= ;
- In-reply-to: <EXCHANGE032fXuGwSGQ00000460@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
> > setopt PRINT_EIGHT_BIT
> > stty cs8
>
> cs8 is good: that means the terminal will pass each byte in full,
> which you will need. (This is at the low-level terminal interface
> which doesn't know about multibyte characters.)
>
> The PRINT_EIGHT_BIT option is really a fallback. ... So you should
> have better results if you turn it off.
ok, I see, thanks for your prompt reply!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author