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 void INTL_CSIDIteratorCreate ( INTL_CSIDIterator *iterator, int16 charSetID, int flag )

Returns a new iterator object to search charset IDs for a particular conversion

Documentation

Returns a new iterator object to search charset IDs for a particular conversion. This function searches a built-in table to look for charset converters that could be used for a particular purpose. The only purpose currently supported is the IMAP4 conversion. This function puts the mail and news charset IDs corresponding to the given charset ID at the top of the list of IDs to try. After that, it inserts the "to" charset IDs of all entries matching the given "from" ID.
Parameters:
iterator_return - Returns a new iterator object
charSetID - Specifies the charset ID to convert from
flag - Specifies the type of conversion Currently, the only valid value is csiditerate_TryIMAP4Search .
See Also:
INTL_CSIDIteratorNext, INTL_CSIDIteratorDestroy

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++

Copyright © 1998-1999 The Mozilla Organization.
Last modified April 17, 1998.