GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RKINITIALIZE(3) FreeBSD Library Functions Manual RKINITIALIZE(3)

RkInitialize - initialize the kana-kanji conversion functions

#include <canna/RK.h>
int RkInitialize(dhdpath)
char *dhdpath;

RkInitialize 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.

This function returns 0 if successful; otherwise, it returns -1.

RkFinalize(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.