On 3/8/14, Asman01 <[email protected]> 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.
