Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

RkCvtRoma - convert an entire character string from Romaji to kana by iteratively using RkMapRoma

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;

See Also