https://issues.dlang.org/show_bug.cgi?id=13512
--- Comment #15 from Sobirari Muhomori <[email protected]> --- (In reply to Andrei Alexandrescu from comment #11) > Not sure what best to do about this. I'd say if #! is detected, the first > line should be just scanned through the first \n and ignored. In a way the > semantics of the shebang line is determined by the environment. Regular > scanning shouldn't be affected. There were two other requests for full support for legacy encodings. If such support is introduced, it should probably extend to the entire source code. It may be not in a language standard, just a compiler vendor-specific extension. Maybe a compilation option in dmd build script. --
