grauzone wrote: > http://digitalmars.com/d/1.0/expression.html#ImportExpression > > It returns a char[], which is a misdesign, because the loaded file can > be binary data as well. I think.
The file could also contain non-utf8 text, which should also not be stored in a char[]. char[] is for utf-8 only. -- Rainer Deyke - rain...@eldwood.com