native get_char_bytes(const source[]);
source | Source input string. |
Returns the number of bytes a character is using. This is for multi-byte characters (UTF-8). For normal ASCII characters, this will return 1.
Only available in 1.8.3 and above.
Number of bytes the current character uses.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.