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 unsigned char* INTL_CallCharCodeConverter ( CCCDataObject obj, const unsigned char *str, int32 len )

Passes some more text to the character code converter

Documentation

Passes some more text to the character code converter. The character code converter object keeps track of the current state as it receives data to convert. If partial characters are received, they are buffered until this function is called again. INTL_GetCharCodeConverter must first be called before calling this function. In some cases, the text is converted in place (in the input buffer).
Returns:
The converted text, null terminated
Parameters:
obj - Specifies the character code converter object
str - Specifies the text to be converted
len - Specifies the length in bytes of the text
See Also:
INTL_GetCharCodeConverter

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++

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