Sets the character set of the connection. Like SET NAMES .. in mysql, but stays after connection problems.
Example: "utf8", "latin1"
bool SetCharset(const char[] charset)
The character set string to change to.
True, if character set was changed, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.