X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 	tests=AWL,BAYES_00,J_CHICKENPOX_71
X-Spam-Check-By: sourceware.org
Message-ID: <770048.12442.qm@web45202.mail.sp1.yahoo.com>
Date: Sun, 26 Jul 2009 23:42:30 -0700 (PDT)
From: Rodion Gorkovenko <rodiongork@yahoo.com>
Subject: 1.5.25-15: Why my $INITRC "set convert-meta off" seems to fail?
To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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


Dear friends!

I am still try to get over my problem with ASCII 8-bit characters translation. 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
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:

set bind-tty-special-chars on
set blink-matching-paren on
set byte-oriented off
set completion-ignore-case off
set convert-meta off
set disable-completion off
set enable-keypad off
set expand-tilde on
set history-preserve-point off
set horizontal-scroll-mode off
set input-meta on
set mark-directories on
set mark-modified-lines off
set mark-symlinked-directories off
set match-hidden-files on
set meta-flag on
set output-meta on
set page-completions on
set prefer-visible-bell on
set print-completions-horizontally off
set show-all-if-ambiguous off
set show-all-if-unmodified off
set visible-stats off
set bell-style audible
set comment-begin #
set completion-query-items 100
set editing-mode emacs
set keymap emacs

But anyway these letters do not work:

$ echo -e "\xC0\xC1\xC2\xC3\xC3\xC4\xC5\xC6\xC7"
AAAAAAA?C

I check the same sequence on Knoppix 5.1. Here all is all right (pseudographic symbols are printed). Where's the rub???

Rodion


      


--
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

