reading an unicode file
jicman
cabrera_ at _wrc.xerox.com
Thu May 10 22:08:59 PDT 2007
Thanks BB.
I should stop using char and do more wchars. But that is a whole new world for
me. :-)
Interesting enough, I did this command to the string,
char[] n = std.string.replace(s,"\000","");
and now strings show correctly. The problem is that I work with accented
characters, which will probably break something. I am going to have to look into
this, but for now, it's working for this task.
Thanks for the help.
More information about the Digitalmars-d-learn
mailing list