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
> (res = re2_match("中文","中文",value = T)) ?nocapture [1,] "涓枃" > Encoding(res) = "UTF-8" > res ?nocapture [1,] "中文"
The text was updated successfully, but these errors were encountered:
I recommend that the output is always UTF-8, irrespectively of the input enc. This is how I do in stringi too.
Sorry, something went wrong.
Fix: UTF-8 string return #7
dc4de38
af298f4
Fix: UTF-8 string return in match #7
a63bafb
Fix: set pattern string encoding #7
4f3abcf
No branches or pull requests
The text was updated successfully, but these errors were encountered: