1RkCloseContext(3) Library Functions Manual RkCloseContext(3)
2
3
4
6 RkCloseRoma / RkwCloseRoma - close the dictionary used for Romaji-kana
7 conversion
8
10 #include <canna/RK.h>
11 RkCloseRoma(romaji)
12 struct RkRxDic *romaji;
13 RkwCloseRoma(romaji)
14 struct RkRxDic *romaji;
15
17 Romaji-kana conversion is effected by using a Romaji-kana conversion
18 table created by mkromdic(1). RkCloseRoma closes this Romaji-kana con‐
19 version table. romaji specifies the pointer to the Romaji-kana conver‐
20 sion table returned by RkOpenRoma(3).
21
22 RkwCloseRoma is the similar function of RkCloseRoma. This is provided
23 just because of naming convention.
24
26 RkOpenRoma[24m(3)
27
28
29
30 RkCloseContext(3)