The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

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


Copyright © 1998 Netscape Communications Corporation

generated by doc++

Copyright © 1998-2000 The Mozilla Organization.
Last modified April 17, 1998.