https://issues.dlang.org/show_bug.cgi?id=13512
--- Comment #4 from Ketmar Dark <[email protected]> --- i'm not also expecting correct EBCDIC decoding. but it's not UTF-16 file, and ahering the standard is easy in this case: just stop validating things that should not be validated. i.e. either kill shebang feature entirely or do it right. and yes, trying to validate comments drives me mad too. i mean hey, this is comment, just skip it and allow me to write any BS there. i know how i can workaround this, but i completely refuse to understand why this workaround is necessary at the first place. it's complete nonsence. yes, it's a very minor ussue, but i want this bug to be officially fixed or marked as WONTFIX to clarify some of my inner thoughts. --
