Unicode handling comparison
Jacob Carlborg
doob at me.com
Wed Nov 27 07:03:36 PST 2013
On 2013-11-27 15:45, David Nadlinger wrote:
> If you need to perform this kind of operations on Unicode strings in D,
> you can call normalize (std.uni) on the string first to make sure it is
> in one of the Normalization Forms. For example, just appending
> .normalize to your strings (which defaults to NFC) would make the code
> produce the "expected" results.
That didn't work out very well:
std/uni.d(6301): Error: undefined identifier tuple
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list