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 INTL_CompoundStr* INTL_CompoundStrFromStr ( INTL_Encoding_ID inencoding, unsigned char* intext )

Construct an INTL_CompoundStr, given some text and its encoding

Documentation

Construct an INTL_CompoundStr, given some text and its encoding. Use this with INTL_CompoundStrCat to create multi-encoding INTL_CompoundStrs.
Returns:
INTL_CompoundStr. The caller should use INTL_CompoundStrDestroy to destroy it when it is no longer needed.
Parameters:
inencoding - Specifies the encoding of intext.
intext - Specifies the text to be stored. Null-terminated string.
See Also:
INTL_CompoundStrDestroy

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)