X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 	tests=AWL,BAYES_00,J_CHICKENPOX_71,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <770048.12442.qm@web45202.mail.sp1.yahoo.com>
References: <770048.12442.qm@web45202.mail.sp1.yahoo.com>
Date: Mon, 27 Jul 2009 09:25:42 +0100
Message-ID: <416096c60907270125u1c0037e0pc881b930cd2a021@mail.gmail.com>
Subject: Re: 1.5.25-15: Why my $INITRC "set convert-meta off" seems to fail?
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

2009/7/27 Rodion Gorkovenko:
> I am still try to get over my problem with ASCII 8-bit characters transla=
tion. I now know about ~/.initrc file, readline, bind - bit more.
>
> But it still does not work. Look here:
>
> My ~/.initrc contains necessary setup:
>
> set meta-flag on

'meta-flag' is a synonym for 'input-meta', so you don't need both.

> set convert-meta off
> set input-meta on
> set output-meta on
>
> Later I can check with "bind -v" that all these variables are set:
>
> ...
>
> But anyway these letters do not work:
>
> $ echo -e "\xC0\xC1\xC2\xC3\xC3\xC4\xC5\xC6\xC7"
> AAAAAAA?C

Looks like the font you're using doesn't have the necessary glyphs, so
Windows substitutes the closest it can think of.

Here 's what I'm getting both with the default console font and with
"Lucida Console":

$ echo -e "\xC0\xC1\xC2\xC3\xC3\xC4\xC5\xC6\xC7"
=C3=80=C3=81=C3=82=C3=83=C3=83=C3=84=C3=85=C3=86=C3=87

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

