Skip to main content

Mozilla

  • About
  • Foundation
  • Contribute
  • Community
  • Developers
  • Projects

  • Roadmap
  • Projects
  • Coding
    • Module Owners
    • Hacking
    • Get the Source
    • Build It
  • Testing
    • Releases
    • Nightly Builds
    • Report A Problem
  • Tools
    • Bugzilla
    • Tinderbox
    • Bonsai
    • LXR
  • FAQs

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++


  • Support Options
  • Security Center
  • Privacy Policy
  • Contact Us

International Affiliates: Mozilla Europe - Mozilla Japan - Mozilla China

Portions of this content are © 1998–2008 by individual mozilla.org contributors
Content available under a Creative Commons license

Last modified April 16, 1998 Document History Edit this Page (or via CVS)