From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14021 invoked by alias); 3 Nov 2016 08:07:37 -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 14012 invoked by uid 89); 3 Nov 2016 08:07:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=nbsp, kalle, olavi, Niemitalo X-HELO: www.open-std.org Date: Thu, 03 Nov 2016 08:07:00 -0000 From: keld@keldix.com To: Kalle Olavi Niemitalo Cc: libc-alpha Subject: Re: [RFC][PATCH][BZ 20756] Locales: Use Unicode wise thousands separator Message-ID: <20161103080723.GA24234@www5.open-std.org> References: <93d1a9e6-d627-eebd-a3db-89c51c33811b@suse.cz> <20161102162346.GA16943@www5.open-std.org> <2bac0d30-035a-78ed-fece-fa032d774147@suse.cz> <8760o5771m.fsf@Niukka.kon.iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8760o5771m.fsf@Niukka.kon.iki.fi> User-Agent: Mutt/1.4.2.2i X-SW-Source: 2016-11/txt/msg00098.txt.bz2 I agree to change space to something else. Given the problems mentioned below with fonts, maybe a good way forward is to use NBSP, which should be available in all fonts, and also is available in olden 8-bit charsets, that are still in use. Best regards Keld On Thu, Nov 03, 2016 at 02:15:17AM +0200, Kalle Olavi Niemitalo wrote: > 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.