byte to char safe?

Harry harry at potter.com
Thu Jul 30 15:29:09 PDT 2009


BCS Wrote:

> Reply to Harry,
> 
> > Again hello,
> > 
> > char[6] t = r"again" ~ cast(char)7 ~ r"hello";
> > 
> > use only own write functions
> > is ok?
> > thank you!
> > 
> 
> I think this will also work and you can be shure it's safe.
> 
> r"again" ~ '\x07' ~ r"hello"
> 
> 

again thank you !

D writef not print utf8 control?
\x00 .. \x1f and \x7f .. \x9f safe for data?
where \n \t?

sorry so many questions


More information about the Digitalmars-d-learn mailing list