Adam D. Ruppe Wrote: > Phobos really needs some charset functions. What I'd really like is for this to work:
auto utf8string = to!string(string_in_some_other_charset, "iso-8859-1"); and it just works. It'd be good to have utf8 to the other charsets too, but that's not a high priority to me. The way I see it, charsets are kinda like the radix when doing to!int(string) and should work the same way.