TDPL: Foreach over Unicode string

Kagamin spam at here.lot
Thu Jul 29 22:24:20 PDT 2010


Shin Fujishiro Wrote:

> Now I'm thinking on how to integrate conversion facility to the stdio
> File framework.

I think creating a low-level unicode console interface will help.

Like this

void putchar(char c) @disable { assert(false); }
void putchar(wchar c) @disable { assert(false); }
void putchar(dchar c) {...}


More information about the Digitalmars-d mailing list