Callout to DMD hackers

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Mar 8 13:16:17 PST 2014


On 3/8/14, Asman01 <jckj33 at gmail.com> wrote:
> I don't understand this part "converted to UTF-8 when necessary"
> in [1].

See Module::parse() in module.c, it converts all non-UTF-8 formats to
UTF-8 when reading a file.

Actually thinking about this, this has to be extremely inefficient.
Hopefully once the compiler is ported to D we won't have to do this
sort of conversion.


More information about the Digitalmars-d mailing list