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:from:subject:reply-to:references:to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=bcdIqP5xJ3VniN3A UIRmazaEXAduDN74P6QPD3fOLFD+NmPesRIMLQSIi7pfvaYFR+wzU6uClavmKJ3M Lpn+TyIS9yDyiVeH7EBSy5fxCG7c+r/T3azFuYTeQ3EhIMGq4a6Uq0vVQttpEIFE 6JZriWYCiVw+GiB7WNP51HpwmRg= 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:from:subject:reply-to:references:to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=rmEf18EEEKCbeaPy5YxDRB 1nNXQ=; b=u0xCyk+XozVUrFkNYlhmhQzQokpPYxDUrzJc+chMBVDKuhh1I4eSVz 3dqceiea8ryAKMw1OOShPCmlzEAAI8lnJly0F2jDCMLEcoAbxBPQkj6D927s5EDT T8nk6VesqRZSR0/5Sl4o/NZrQpFCQRu7JJybf6MgoRNWwsua8keGo= 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: No, score=2.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:shaw.ca, H*r:shaw.ca, H*RU:shaw.ca, H*r:ip*192.168.1.100 X-HELO: smtp-out-no.shaw.ca X-Authority-Analysis: v=2.2 cv=be0baKHB c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=tNaFtl-h1Z8bJtXDvcgA:9 a=7Zwj6sZBwVKJAoWSPKxL6X1jA+E=:19 a=QEXdDO2ut3YA:10 a=SCLX-tlSD_oA:10 a=sRI3_1zDfAgwuvI8zelB:22 From: Brian Inglis Subject: Re: [ANNOUNCEMENT] Updated: Cygwin 2.6.1-1 Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca References: <58742d35 DOT 43029d0a DOT 29fa1 DOT 0df9 AT mx DOT google DOT com> To: cygwin AT cygwin DOT com Message-ID: <62da2733-e302-bc19-66dc-1721f3349c82@SystematicSw.ab.ca> Date: Tue, 10 Jan 2017 13:08:30 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <58742d35.43029d0a.29fa1.0df9@mx.google.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfAU0t5F2S+YsiEe/aRQT0sHAR5xbsQ69lvBevhsXCUNGuzKTlHLO9cDXH1YcoGK48AXQH8XcBp2vCBnAuwXbEBWBt03ux/uDxsQHZFYlepmQ3PEvCOUu gbb8pnP0lmNN87yLG7kHFOkpt62eTdL9qjyKpwUCweoNLSwG6VHSK9RaztoM1RaYPzHh7YmE/+nc4w== X-IsSubscribed: yes On 2017-01-09 17:39, Steven Penny wrote: > On Sun, 18 Dec 2016 09:41:29, Corinna Vinschen wrote: >> - Fix regression in console charset handling >> Addresses: https://cygwin.com/ml/cygwin/2016-10/msg00000.html > > It looks like fixing this may have caused another issue. Example test: > > With cmd.exe, you can type Alt 234 and it produces GREEK CAPITAL > LETTER OMEGA U+03A9. However with Cygwin via Cygwin.bat it yields > nothing. Non ASCII characters can be read from scripts, but they > cannot be entered interactively. > > They cannot be pasted either; pasting some words will remove all non > ASCII characters. > > I believe this to be a recent issue, if memory serves this did work > before, and should given that cmd.exe handles it fine. Alt-numpad-decimal e.g. Alt234 depends on the console codepage selected. Mintty selection of Options/Text/Locale and Character set UTF-8 or cmd chcp 65001 selects Unicode. Alt-numpad-+-hex (on regular keys) allows hex unicode input e.g. Alt+3a9 if the font supports the character. Free text fonts which support Unicode character emojis are updated regularly. Look for Cygwin packages matching ...font... containing Truetype or Opentype fonts, and just copy them to Windows/Fonts e.g. find /usr/share/fonts/ -name '*.[ot]tf' | \ xargs cp -put /proc/cygdrive/c/Windows/Fonts/ You may need to run in an admin/elevated console to write to Windows/Fonts. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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