| www.delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT 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 AT yahoo DOT com> |
| Subject: | 1.5.25-15: Why my $INITRC "set convert-meta off" seems to fail? |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |