The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Projects
Module Owners
Blue Sky
New Layout
Mail/News
Ports
Other
Source Code
Getting It
Documentation
License Terms
Bugs
Search
Feedback
DevEdge Online


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



Copyright © 1998 Netscape Communications Corporation.