https://issues.dlang.org/show_bug.cgi?id=4483
--- Comment #15 from Sobirari Muhomori <[email protected]> --- (In reply to Martin Nowak from comment #12) > The problem with UTF is that you need to handle it correctly from A to B. The problem is dchar makes it harder to handle UTF correctly, because it's more subtly incorrect, hence more difficult to fix. Without automatic decoding people are more likely to encounter failure during development and fix it before release. --
