spBase
Loading...
Searching...
No Matches
spKanji.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int spSetKanjiOptions (int n, const char **options)
 
void spKanjiUsage (const char *name)
 
void spDecodeMime (int flag)
 
void spSetDefaultKanjiCode (spKanjiCode code)
 
void spSetKanjiCode (spKanjiCode icode, spKanjiCode ocode)
 
spKanjiCode spGetKanjiCode (void)
 
const char * spGetKanjiCodeLabel (spKanjiCode code)
 
const char * spGetKanjiCodeEncoding (spKanjiCode code)
 
spKanjiCode spGetLocaleKanjiCode (const char *lang)
 
spKanjiCode spConvertKanji (const unsigned char *lin, unsigned char *lout, int size)
 
spKanjiCode spConvertKanjiCode (const unsigned char *lin, unsigned char *lout, int size, spKanjiCode icode, spKanjiCode ocode)
 
spKanjiCode spConvertKanjiFromLocaleCode (unsigned char *iobuf, int size, spKanjiCode ocode)
 
spKanjiCode spConvertKanjiToLocaleCode (unsigned char *iobuf, int size, spKanjiCode icode)