We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in stri_trans_general
stri_trans_general
The text was updated successfully, but these errors were encountered:
Done; Example:
> x <- "\uC11C\uC6B8\uD2B9\uBCC4\uC2DC\u0020\uC885\uB85C\uAD6C\u0020\uC0AC\uC9C1\uB3D9" > stringi::stri_trans_general(x, "Hangul-Latin") [1] "seoulteugbyeolsi jonglogu sajigdong" > # Deviate from the ICU rules of Romanisation of Korean, > # see https://en.wikipedia.org/wiki/%E3%84%B1 > id <- " + :: NFD; + \u11A8 > k; + \u11AE > t; + \u11B8 > p; + \u1105 > r; + :: Hangul-Latin; + " > stringi::stri_trans_general(x, id, rules=TRUE) [1] "seoulteukbyeolsi jongrogu sajikdong"
Sorry, something went wrong.
#438
d6301b7
No branches or pull requests
in
stri_trans_general
The text was updated successfully, but these errors were encountered: