1RKENDBUN(3) Library Functions Manual RKENDBUN(3)
23
4
NAME
6RkEndBun - terminate kana-kanji conversion
7
SYNOPSIS
9#include <canna/RK.h>
10int RkEndBun(cxnum, mode)
11int cxnum;
12int mode;
13
DESCRIPTION
15RkEndBun releases the area that has been used for kana-kanji converā
16sion. mode is a flag that specifies whether to enable learning on the
17basis of the conversion result. A value of 1 enables learning with
18reference to the current candidate.
19
SEE ALSO
21RkBgnBun[24m(3)
2223
24
25
RKENDBUN(3)