AcString

class AcString : public AcHeapOperators;
File

AcString.h

Description

AcString is a compiler-neutral string class. It provides functions for converting between multibyte (ANSI) strings and Unicode, and it is MIF (M+nxxyy) and CIF (U+xxxx) aware.

Remarks

All char arguments are assumed to be codes in the current code page, unless otherwise specified. 

In places where a single char value is passed, the value cannot be a leading byte of a double-byte char, except where noted. 

All wchar_t arguments are assumed to be Unicode values.

Links