D on next-gen consoles and for game development
Peter Alexander
peter.alexander.au at gmail.com
Fri May 24 07:24:36 PDT 2013
On Friday, 24 May 2013 at 13:37:36 UTC, Joseph Rushton Wakeling
wrote:
> (To be honest, feels a bit of a design flaw in Unicode that
> character length can
> change between lower- and uppercase.)
Unfortunately it's either that or lose compatibility with ASCII.
Lower case dotted-i needs to be one byte for ASCII, and upper
case dotted-i isn't ASCII, so it needs to be more than one byte.
P.S. it's a problem with UTF-8, not Unicode.
More information about the Digitalmars-d
mailing list