Re: Rendering Raised FULL STOP between Digits

From: Doug Ewell <doug_at_ewellic.org>
Date: Sat, 9 Mar 2013 18:58:45 -0700

Richard Wordingham wrote:

> The general feeling seems to be that computers don't do proper decimal
> points, and so the raised decimal point is dropping out of use.

Any discussion of whether "computers" handle decimal points properly
can't happen without talking about number-to-string conversion routines
in programming languages and frameworks.

Conversion routines are often able to choose between full stop and comma
as the decimal separator, based on locale, but I'm not aware of any that
will use U+00B7. You have to build a custom locale, which I suspect many
developers will not be likely to do.

The same is true for using U+2212, or even U+2013, as the "negative"
sign instead of U+002D, which looks just terrible for this purpose in
many fonts.

--
Doug Ewell | Thornton, CO, USA
http://ewellic.org | @DougEwell ­ 
Received on Sat Mar 09 2013 - 19:59:34 CST

This archive was generated by hypermail 2.2.0 : Sat Mar 09 2013 - 19:59:34 CST