Files
RedBear-OS/recipes/libs/libxml2/source/os400/libxmlrpg/transcode.rpgle
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

72 lines
4.0 KiB
RPGLE

* Supplementary character code conversion functions for
* EBCDIC environments.
*
* Copy: See Copyright for the status of this software.
*
* Author: Patrick Monnerat <pm@datasphere.ch>, DATASPHERE S.A.
/if not defined(TRANSCODE_H__)
/define TRANSCODE_H__
/include "libxmlrpg/dict"
/include "libxmlrpg/xmlstdarg"
d xmlZapDict pr extproc('xmlZapDict')
d dict like(xmlDictPtr)
d xmlTranscodeResult...
d pr * extproc('xmlTranscodeResult') const char *
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('xmlTranscodeString') const xmlChar *
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('xmlTranscodeWString') const xmlChar *
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('xmlTranscodeHString') const xmlChar *
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('xmlTranscodeResult') const char *
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('xmlTranscodeString') const xmlChar *
d s * value options(*string) const char *
d encoding * value options(*string) const char *
d dict like(xmlDictPtr) options(*omit)
d xmlTW pr * extproc('xmlTranscodeWString') const xmlChar *
d s * value options(*string) const char *
d encoding * value options(*string) const char *
d dict like(xmlDictPtr) options(*omit)
d xmlTH pr * extproc('xmlTranscodeHString') const xmlChar *
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('xmlVasprintf')
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