ACBASE_PORT AcString( const char * psz, Encoding encoding );
Constructs a string and initializes it from a narrow char string.
Parameters | Description |
---|---|
psz | Input narrow string; null terminated |
encoding | Input string's encoding format |
Currently, only Utf8 encoding is supported.