https://issues.dlang.org/show_bug.cgi?id=7942
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Assignee|[email protected] |[email protected] --- Comment #3 from yebblies <[email protected]> --- I'm not so sure about this being accepts-invalid. D allows implicit string decoding/encoding in the single-char case, and it seems reasonable to support it here. These patches change it from a wrong-code to a mere performance issue. https://github.com/D-Programming-Language/dmd/pull/3831 https://github.com/D-Programming-Language/druntime/pull/915 --
