WINDOWS-1251, WINDOWS-1252
Parameters
s | Source string. Must be validly encoded. This is enforced by the function's in-contract. |
r | Destination string |
void transcode(Src, Dst)(Src[] s, out Dst[] r)Convert a string from one encoding to another.
Supersedes: This function supersedes std.utf.toUTF8(), std.utf.toUTF16() and std.utf.toUTF32() (but note that to!() supersedes it more conveniently).
WINDOWS-1251, WINDOWS-1252
s | Source string. Must be validly encoded. This is enforced by the function's in-contract. |
r | Destination string |