On Dec 31, 2013, at 3:19 AM, Michael Van Canneyt <[email protected]> wrote:
> First find a ThousandSeparator and DecimalSeparator that would actually need 
> this.
> Then we'll see.

Several locales on OS X use U+00A0 no-break space as a thousands separator, 
which is $C2$A0 in UTF-8, so it doesn't fit in a single AnsiChar.  We had to 
add a lossy conversion to $20 to preserve the appearance, if not the semantics, 
of it.  There was a thread on the Mac-pascal mailing list a few months back 
about it.

-- 
Craig Peterson
Scooter Software

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to