print non-ASCII/UTF-8 string

Jarrett Billingsley kb3ctd2 at yahoo.com
Fri Dec 22 08:11:59 PST 2006


"Egor Starostin" <egorst at gmail.com> wrote in message 
news:emgvkj$1ll6$1 at digitaldaemon.com...

> I don't need to convert to UTF-8. I just need to raw print exactly the 
> same string
> as in original file.

Hm.  This might be one case where printf is actually useful:

foreach(l; f)
    printf("%s\n", toStringz(l)); 





More information about the Digitalmars-d mailing list