print non-ASCII/UTF-8 string
Bruno Medeiros
brunodomedeiros+spam at com.gmail
Sat Dec 23 14:11:37 PST 2006
Jarrett Billingsley wrote:
> "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));
>
>
Or rather:
dout.write(cast(ubyte[]) line);
?
--
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
More information about the Digitalmars-d
mailing list