The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback

PUBLIC INTL_CompoundStr* INTL_CompoundStrFromUnicode ( INTL_Unicode* inunicode, uint32 inlen )

Convert the given Unicode string to an INTL_CompoundStr

Documentation

Convert the given Unicode string to an INTL_CompoundStr. This routine uses information provided by the front end through INTL_SetUnicodeCSIDList. It converts from Unicode to substrings in the encodings that the front end said were available (in the font system).
Returns:
INTL_CompoundStr. The caller should use INTL_CompoundStrDestroy to destroy it when it is no longer needed.
Parameters:
inunicode - Specifies the Unicode text to be converted.
inlen - Specifies the length of inunicode in UCS-2 units, not bytes.
See Also:
INTL_CompoundStrDestroy

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++


Copyright © 1998-1999 The Mozilla Organization.