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

Reply via email to