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
Continuing from discussion from #234 (comment)
The source claims it's only run in UTF8 locale because "substr()" needs to count UTF-8: https://github.com/wch/r-source/blob/430360aa394b02046dd7175c0fc55e347e947f80/src/library/tools/R/translations.R#L21-L22. But I don't think that's true any longer (as long as the encoding of the string is correct), so I think it's worth trying to run unconditionally, and if that doesn't work, providing a version of en_quote() that does work.
en_quote()
The text was updated successfully, but these errors were encountered:
Happy to try! If it works, that should be reflected back to r-devel as well.
Sorry, something went wrong.
No branches or pull requests
Continuing from discussion from #234 (comment)
The source claims it's only run in UTF8 locale because "substr()" needs to count UTF-8:
https://github.com/wch/r-source/blob/430360aa394b02046dd7175c0fc55e347e947f80/src/library/tools/R/translations.R#L21-L22. But I don't think that's true any longer (as long as the encoding of the string is correct), so I think it's worth trying to run unconditionally, and if that doesn't work, providing a version of
en_quote()
that does work.The text was updated successfully, but these errors were encountered: