AMX Mod X API Documentation

Signature
#define UTF8C_SYMBOL_MATH 0x00040000 // Math symbol category, Sm in the Unicode database.#define UTF8C_SYMBOL_CURRENCY 0x00080000 // Currency symbol category, Sc in the Unicode database.#define UTF8C_SYMBOL_MODIFIER 0x00100000 // Modifier symbol category, Sk in the Unicode database.#define UTF8C_SYMBOL_OTHER 0x00200000 // Other symbol category, So in the Unicode database.
Description

Combined flag for all punctuation categories.

Назад
Верх