OldSchool Library
ccc.h File Reference

Header file for character code conversion functions in OSLib. More...

#include "intraFont/libccc.h"

Macros

#define oslCccSJIStoUCS2   cccSJIStoUCS2
 Convert characters from Shift JIS encoding to UCS2 encoding.
 
#define oslCccGBKtoUCS2   cccGBKtoUCS2
 Convert characters from GBK encoding to UCS2 encoding.
 
#define oslCccKORtoUCS2   cccKORtoUCS2
 Convert characters from Korean encoding to UCS2 encoding.
 
#define oslCccBIG5toUCS2   cccBIG5toUCS2
 Convert characters from BIG5 encoding to UCS2 encoding.
 
#define oslCccUTF8toUCS2   cccUTF8toUCS2
 Convert characters from UTF-8 encoding to UCS2 encoding.
 
#define oslCccCodetoUCS2   cccCodetoUCS2
 Convert characters from a specified code page to UCS2 encoding.
 
#define oslCccSetErrorCharUCS2   cccSetErrorCharUCS2
 Set the error character for failed code conversions.
 
#define oslCccShutDown   cccShutDown
 Shutdown the Character Code Conversion Library.
 

Detailed Description

Header file for character code conversion functions in OSLib.

This file provides macros that map to functions in BenHur's intraFont library for character code conversion. These functions enable converting characters from various encodings to UCS2, setting error characters, and managing the shutdown of the Character Code Conversion Library.