From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122027 invoked by alias); 3 Nov 2016 00:14:36 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 122011 invoked by uid 89); 3 Nov 2016 00:14:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=H*F:D*fi, 8.6, 86, rectangle X-HELO: sirokuusama2.dnainternet.net X-Spam-Score: 0.652 From: Kalle Olavi Niemitalo To: libc-alpha Subject: Re: [RFC][PATCH][BZ 20756] Locales: Use Unicode wise thousands separator Keywords: X11 core text In-Reply-To: <2bac0d30-035a-78ed-fece-fa032d774147@suse.cz> (Stanislav Brabec's message of "Wed, 2 Nov 2016 17:36:51 +0100") References: <93d1a9e6-d627-eebd-a3db-89c51c33811b@suse.cz> <20161102162346.GA16943@www5.open-std.org> <2bac0d30-035a-78ed-fece-fa032d774147@suse.cz> User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.51 (gnu/linux) Date: Thu, 03 Nov 2016 00:14:00 -0000 Message-ID: <8760o5771m.fsf@Niukka.kon.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2016-11/txt/msg00094.txt.bz2 Stanislav Brabec writes: > In non-proportional fonts, NNBSP renders as a standard width space > (NBSP), so there should not be a problem as well. My Emacs 23 displays U+202F as a rectangle in many fonts, e.g. -Adobe-Helvetica-Medium-R-Normal--17-120-100-100-P-88-ISO10646-1 (helvR12.pcf.gz from xfonts-100dpi 1:1.0.3 on Debian 8.6). Playing around with xfontsel -sampleUCS and xfd -fn, I see that -Misc-Fixed-Bold-R-Normal--18-120-100-100-C-90-ISO10646-1 (9x18B.pcf.gz from xfonts-base 1:1.0.3 on Debian 8.6) likewise displays a rectangle, but the non-bold variant (9x18.pcf.gz) displays a space for U+202F. Maybe things look better with FreeType but not everything uses that.