logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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