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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=nhbdJ223kvyQ253HCwERzizrozDqufYztFfLYFju7JW ABkgdAUi6NUzU+L/8MU60N4J08znzlrHKYyFXUGhLGUbYf6yC9/vKCTmYzAfiMIO zM6rbVy+5fIbSlboOzs5cz9CS1tR0X7gA382OIThpvJniTNpZET9LIRp5UVGFg5c = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=mlnWkokt7qnvwNMk00tXFqHvcYc=; b=AQrwTlEZIZeie3/UZ fH937ISgaIlh8vCDdq35BLTOIGUKT0FdEFiXl2oy58lldNP/E6s4M7C6NzQQeA3N 4+P0hFCpqqNfmNnbiNRRhhItG+34nOiVd5dBAmxqn+kCJJ3t6p7nGVyftKgkyMQ9 wjs0oPXISb78kCNhIn6O2DEq+I= 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=0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,LIKELY_SPAM_SUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-la0-f46.google.com X-Received: by 10.152.30.100 with SMTP id r4mr1829298lah.87.1410427161402; Thu, 11 Sep 2014 02:19:21 -0700 (PDT) Message-ID: <54116912.8000108@gmail.com> Date: Thu, 11 Sep 2014 11:19:14 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Font support of UTF-8 chars differ between w32 Emacs and Cygwin Emacs References: <868um0dgfp DOT fsf AT somewhere DOT org> <54108F3C DOT 5010103 AT cornell DOT edu> In-Reply-To: <54108F3C.5010103@cornell.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 10/09/2014 19:49, Ken Brown wrote: > On 9/3/2014 8:41 AM, Sebastien Vauban wrote: >> Hello, >> >> As you can see on http://screencast.com/t/XTTv9DSAC, win32 binaries of >> Emacs and Cygwin Emacs can't display the white right-pointing >> triangle [1] coherently for the same fonts: >> >> - win32 Emacs always can display it, in all fonts, >> >> - Cygwin Emacs can't display it with Consolas, Courier New and Lucida >> (among others). >> >> MWE: >> [cut] >> >> Any idea why such differences? >> >> Best regards, >> Seb >> >> [1] http://www.scarfboy.com/coding/unicode-tool?s=U%2B25B7 > > I've had a chance to look at this now, and it doesn't seem to have > anything to do with emacs. > > I've created a text file 25b7.txt (attached) with a single line > containing the white right-pointing-triangle. When I issue the command > "cat 25b7.txt" in a mintty terminal, I sometimes see an empty rectangle > (meaning the character can't be displayed), and I sometimes see the > white right-pointing triangle, depending on which font I select in the > mintty options. mintty is using windows fonts as such it needs that MS provides a full set. Using charmap (windows Character Map) I can see that 25B7 is not available in Consolas while for example 25B8 (small black ) and 25BA (large black) are available. In other fonts (like Courier new) only 25BA is available and 25B8 is missing... > I don't know enough about fonts and UTF-8 encoding to be able to shed > any more light on this. Maybe someone else can help. > > Ken It seems not a cygwin fault... Regards Marco -- 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