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


PUBLIC int INTL_UnicodeToStrIterate ( INTL_UnicodeToStrIterator iterator, INTL_Encoding_ID *encoding, unsigned char* dest, uint32 destbuflen )

Iterate through a Unicode object and convert to font encoding

Documentation

Iterate through a Unicode object and convert to font encoding. Iterate the INTL_UnicodeToStrIterator to get Unicode to font encoding conversion.
Returns:
0 if there are no more elements to iterate.
Parameters:
iterator - Specifies iterator that keeps the last iteration state
encoding - Returns the encoding of the first element. Returns 0 if there are no more to iterate.
dest - Specifies the buffer for output and returns the converted string for the current iteration
destbuflen - Specifies the length of dest in bytes
See Also:
INTL_GetUnicodeCSIDList
INTL_SetUnicodeCSIDList
INTL_UnicodeToStrIteratorCreate
INTL_UnicodeToStrIteratorDestroy
INTL_GetUnicodeCharsetList

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 The Mozilla Organization.