PUBLIC int INTL_CharClass ( int winCharSetID, unsigned char *pstr )
Returns information for basic Japanese word breaking
Documentation
Returns information for basic Japanese word breaking. Given a character pointer and charset, returns a word breaking character class for the given character. It is necessary to pass a pointer because the character may be more than one byte. In the future, the definition of word breaking classes needs to be extended.
- Returns:
- Character class for word breaking:
- SEVEN_BIT_CHAR - e.g. ASCII
- HALFWIDTH_PRONOUNCE_CHAR - e.g. Japanese Katakana
- FULLWIDTH_ASCII_CHAR - e.g. ASCII in JIS
- FULLWIDTH_PRONOUNCE_CHAR - e.g. Japanese Hiragana, Katakana
- KANJI_CHAR - ideographic
- UNCLASSIFIED_CHAR - others
- Parameters:
- winCharSetID - Specifies the window charset ID
pstr - Specifies the pointer to the character - See Also:
- INTL_KinsokuClass
WORD_BREAK_CLASS
alphabetic index hierarchy of classes
generated by doc++