| spBase
    | 
| 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) | 
| 
 | extern | 
Sets options for nkf engine.
| 
 | extern | 
Displays the usage of nkf engine.
| 
 | extern | 
Sets the flag to determine if MIME is decoded.
| 
 | extern | 
Sets the default Kanji code.
| 
 | extern | 
Sets the Kanji codes of input and output.
| 
 | extern | 
Gets the current Kanji code.
| 
 | extern | 
Gets the label of a Kanji code.
| 
 | extern | 
Gets the encoding string associated with a Kanji code such as "US", "SJIS" and "UTF-8".
| 
 | extern | 
Gets the Kanji code for a locale.
| 
 | extern | 
Converts the Kanji code of the input string.
| 
 | extern | 
Converts the Kanji code of the input string.
| 
 | extern | 
Converts the Kanji code of the input string associated with the current locale.
| 
 | extern | 
Converts the Kanji code of the input string into the Kanji code associated with the current locale.