rkcloseroma(3) - Linux man page
Name
RkCloseRoma / RkwCloseRoma - close the dictionary used for Romaji-kana conversion
Synopsis
#include <canna/RK.h> RkCloseRoma(romaji) struct RkRxDic *romaji; RkwCloseRoma(romaji) struct RkRxDic *romaji;
Description
Romaji-kana conversion is effected by using a Romaji-kana conversion table created by mkromdic(1). RkCloseRoma closes this Romaji-kana conversion table. romaji specifies the pointer to the Romaji-kana conversion table returned by rkopenroma(3).
RkwCloseRoma is the similar function of RkCloseRoma. This is provided just because of naming convention.
See Also
RkOpenRoma(3)