Query: rkinitialize
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RKINITIALIZE(3) Library Functions Manual RKINITIALIZE(3)NAMERkInitialize - initialize the kana-kanji conversion functionsSYNOPSIS#include <canna/RK.h> int RkInitialize(dhdpath) char *dhdpath;DESCRIPTIONRkInitialize initiates the kana-kanji conversion functions. dhdpath names the dictionary home directory. Because this library permits multiple kana-kanji conversions to proceed concurrently, it uses the conversion context method of control to manage the kana-kanji conversions. Each context contains internal data needed to perform a kana-kanji conversion. Users identify the conversion contexts from one another by their context number. A context number is an integer of 0 or greater and is used as the first parameter of the kana-kanji conversion function. Right after the kana-kanji conversion functions are initialized by RkInitialize, only the standard context with context number 0 exists. Applications using only one context can use the standard context.RETURN VALUEThis function returns 0 if successful; otherwise, it returns -1.SEE ALSORkFinalize(3) RKINITIALIZE(3)
Related Man Pages |
---|
nkf(1l) - redhat |
rkintro(3) - debian |
gjiten(1) - suse |
euctojis(1) - sunos |
jconvs(7m) - sunos |
Similar Topics in the Unix Linux Community |
---|
Introduction |
Detecting unused variables... |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |