Hello, Does anybody have or know how to write a function to convert an ANSI string to a UTF-8 string? I am not using windows, so I cannot rely on the functions in std.windows.charset, since they use the MultiByteToWideChar function from the windows API... Geert