https://issues.dlang.org/show_bug.cgi?id=17187
berni44 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from berni44 <[email protected]> --- I don't think this is a valid bug. In the second example you are converting from dchar to dchar while in the first you are converting from dchar to char. -- Imagine, the string contains three chinese symbols instead of `a`s. They never fit into char[3]. --
