X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Td6 g3OWOSwJgemgthLzFdvQy3VyC/+q3Rnr+Vh1dEIxoMkN1qyp9LXQjZ5q9pwt7Jck WZpZxD0NtU8/wY5eSQ0NNTmCEEMdxJEXhK9YpPq3ATmHoefzDla9eBDt71quFyFG dxAVw9LVl8KyI0tmZFSh+WLjNxDeDeEOV0y4QNAo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=b7zthtdxx smT6gYgqHpauVyHZ+0=; b=GiNuk7Hk6NeTi8e7acNe18Uozo2Vld7VVBH5bPyOt 1zItE21ZEz9+IleHCYVsg52qtVC8MmzEM9c+HWBkCpmVixjmqcQm3Ui6s6g1pY6U thAU1P9y1FxGeLNThH1r+IIrhM7ZVCcdrYlufFCr5TLXjE1BXn0cf8x45CQy+aN8 Xo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,LIKELY_SPAM_SUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=mintty, vim, bars, H*c:alternative X-HELO: mail-yw0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language; bh=5VCs5G5HIrJQbXUwOwTeY7H50uWERKdRLBP2uLLnZec=; b=qkrMb7vSu5SDN6iR/iQPbTo4N0FCvXeUrHvLJNiLewP+tuBGom8B/98Sh5Jpiav8II zZRJxTuHsJUuDyZHNz7VrikVw2haS6d/fnyDnK/U/xiAnhvrzXJ5sZ9DLKLmdBz9Wem5 EkJLNYNwdCjPGwron1DsRCOwJ2wkSHX2wJW5oeRL7xZb7VN/sHSqQcL5fKJhhglA1Dcr OCcOZwn8inqGhCcCwtH3SgCHzvqdTh9ku3kPJTjPq/Qw9o1NpORlI5Ehqt2az2wEvlva AMMtONcZB8BqdUilw7rXOTxvOTHuz4+3Be4VchrbHR9+DrNXLAcXbUtUrplL/K+BM5hc 2Vcw== X-Gm-Message-State: AJaThX566+cvwUOh0wsTpe41fGtjv6fmlIO5sJIEgqEvk6Z8zrSrPtMf njAlXsTe5bZFilrbQK2fg08= X-Google-Smtp-Source: AGs4zMYsq2s2UlmMADY973yjJxmMGMmz1IK7ddPvyYW41J0UVKWOrnlj+t4z0tW8QA4IWT8Ie58IqQ== X-Received: by 10.129.172.25 with SMTP id k25mr11460536ywh.155.1512437039220; Mon, 04 Dec 2017 17:23:59 -0800 (PST) To: cygwin AT cygwin DOT com From: Thomas Taylor Subject: Need help with multibyte UTF-8 characters Message-ID: <626a3c06-e9f2-1932-f1f3-47ddb2051215@gmail.com> Date: Mon, 4 Dec 2017 20:23:57 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit I want to use multibyte UTF-8 characters in 64-bit Cygwin under Windows 7.  The "vim" editor running in mintty displays the two-byte characters correctly, but not the three- (and I assume four-) byte characters, which instead display as rectangular filled-in blocks.  The "less" program doesn't even display two-byte characters correctly, but instead displays them as to , depending on the character in question, in reverse color in the terminal window.  The "cat" program is even worse, replacing every two-byte character with a character that looks like three horizontal bars stacked one above the other.  I've read the "Internationalization" page in the Cygwin online manual, but am still baffled.  My LANG environment variable is set to "en_US.UTF-8".  Can anyone help? -- 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