CodePage

Convert text to and from Windows 'code pages'. This is non-portable, and will be unlikely to operate even across all Windows platforms.

Members

Static functions

from
char[] from(const(char)[] src, char[] dst, uint page)

Convert codepage text to a utf8 representation

into
char[] into(const(char)[] src, char[] dst, uint page)

Convert utf8 text to a codepage representation

isAscii
bool isAscii(const(char)[] src)

Test a text array to see if it contains non-ascii elements. Returns true if ascii, false otherwise

Meta