RkCvtRoma - convert an entire character string from Romaji to kana by iteratively using RkMapRoma
Contents
Description
RkCvtRoma converts an entire src character string from Romaji to kana by iteratively using RkMapRoma.
The parameters are similar to RkMapRoma(3), except that status is wanting.
Name
RkCvtRoma - convert an entire character string from Romaji to kana by iteratively using RkMapRoma
Return Value
This function returns the byte length of the conversion result.
See Also
RkMapRoma(3) RKCVTROMA(3)
Synopsis
#include<canna/RK.h>intRkCvtRoma(romaji,dst,maxdst,src,srclen,flags)structRkRxDic*romaji;unsignedchar*dst;intmaxdst;unsignedchar*src;intsrclen;intflags;
