D's Auto Decoding and You

Rory McGuire via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Jun 2 23:37:59 PDT 2016


On Fri, Jun 3, 2016 at 5:16 AM, jmh530 via Digitalmars-d-announce
<digitalmars-d-announce at puremagic.com> wrote:
> On Thursday, 2 June 2016 at 21:33:02 UTC, Andrei Alexandrescu wrote:
>>
>>
>> Should I assume some normalization occurred on the way?
>>
>
> I'm just looking over std.uni's section on normalization and realizing that
> I had basically no idea what it is or what's going on. The wikipedia page on
> unicode equivalence is a bit clearer.
>
> I'm definitely nowhere near qualified to have an opinion on these issues.


This dpaste shows a couple of issues with combining chars in D.

https://dpaste.dzfl.pl/4b006959c5c0

The compiler actually can't handle a combining character literal
either. see line 10.

R


More information about the Digitalmars-d-announce mailing list