1RKOPENROMA(3)              Library Functions Manual              RKOPENROMA(3)
2
3
4

NAME

6       RkOpenRoma - open the dictionary to use for Romaji-kana conversion
7

SYNOPSIS

9       #include <canna/RK.h>
10       struct RkRxDic RkOpenRoma(filename)
11       char *filename;
12

DESCRIPTION

14       Romaji-kana  conversion  is  effected by using a Romaji-kana conversion
15       table created by mkromdic(1).  RkOpenRoma opens this  Romaji-kana  con‐
16       version table.  filename names the Romaji-kana conversion table file.
17

RETURN VALUE

19       This  function returns a pointer to the Romaji-kana conversion table if
20       it has successfully been opened;  otherwise,  it  returns  NULL.   This
21       pointer must be passed to the Romaji-kana conversion functions.
22

SEE ALSO

24       RkCloseRoma(3), mkromdic(1)
25
26
27
28                                                                 RKOPENROMA(3)
Impressum