Converts a string from one encoding to another. Decoder and encoder are specified at compile time
string s = transcode!(UTF16Decoder, UTF8Encoder)(input);
See Implementation
Converts a string from one encoding to another. Decoder and encoder are specified at compile time