Don Clugston: > Which operations in std.algorithm over map 0-0x7F into higher > characters? The first example I've shown: string s = "test string"; dchar[] s2 = map!(x => x)(s).array(); // Uses the Id function Bye, bearophile