The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

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-2000 The Mozilla Organization.
Last modified April 17, 1998.