|
|
* Supplementary character code conversion functions for |
|
|
* EBCDIC environments. |
|
|
* |
|
|
* Copy: See Copyright for the status of this software. |
|
|
* |
|
|
* Author: Patrick Monnerat <[email protected]>, DATASPHERE S.A. |
|
|
|
|
|
/if not defined(TRANSCODE_H__) |
|
|
/define TRANSCODE_H__ |
|
|
|
|
|
/include "libxmlrpg/dict" |
|
|
/include "libxmlrpg/xmlstdarg" |
|
|
|
|
|
d xmlZapDict pr extproc( |
|
|
d dict like(xmlDictPtr) |
|
|
|
|
|
d xmlTranscodeResult... |
|
|
d pr * extproc( |
|
|
d s * value options(*string) const xmlChar * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
d freeproc * value procptr |
|
|
|
|
|
d xmlTranscodeString... |
|
|
d pr * extproc( |
|
|
d s * value options(*string) const char * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
|
|
|
d xmlTranscodeWString... |
|
|
d pr * extproc( |
|
|
d s * value options(*string) const char * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
|
|
|
d xmlTranscodeHString... |
|
|
d pr * extproc( |
|
|
d s * value options(*string) const char * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
|
|
|
/if not defined(XML_NO_SHORT_NAMES) |
|
|
d xmlTR pr * extproc( |
|
|
d s * value options(*string) const xmlChar * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
d freeproc * value procptr |
|
|
|
|
|
d xmlTS pr * extproc( |
|
|
d s * value options(*string) const char * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
|
|
|
d xmlTW pr * extproc( |
|
|
d s * value options(*string) const char * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
|
|
|
d xmlTH pr * extproc( |
|
|
d s * value options(*string) const char * |
|
|
d encoding * value options(*string) const char * |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
/endif |
|
|
|
|
|
d xmlVasprintf pr * extproc( |
|
|
d dict like(xmlDictPtr) options(*omit) |
|
|
d encoding * value options(*string) const char * |
|
|
d fmt * value options(*string) const xmlChar * |
|
|
d args likeds(xmlVaList) |
|
|
|
|
|
/endif |
|
|
|