On Sun, 21 Sep 2014 03:00:32 +0000
Charles McAnany via Digitalmars-d-learn
<digitalmars-d-learn@puremagic.com> wrote:

can't this help:

  writefln("%c", cast(dchar)('\U0001F0A1'+1));

arichmetics with dchars automatically coerces to int, so you must cast
result back to dchar.

Attachment: signature.asc
Description: PGP signature

Reply via email to