Skip to main content

Mozilla

  • About
  • Foundation
  • Contribute
  • Community
  • Developers
  • Projects

  • Roadmap
  • Projects
  • Coding
    • Module Owners
    • Hacking
    • Get the Source
    • Build It
  • Testing
    • Releases
    • Nightly Builds
    • Report A Problem
  • Tools
    • Bugzilla
    • Tinderbox
    • Bonsai
    • LXR
  • FAQs

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


  • Support Options
  • Security Center
  • Privacy Policy
  • Contact Us

International Affiliates: Mozilla Europe - Mozilla Japan - Mozilla China

Portions of this content are © 1998–2008 by individual mozilla.org contributors
Content available under a Creative Commons license

Last modified April 16, 1998 Document History Edit this Page (or via CVS)