-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
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
Non-ascii symbols on systems without UTF-8 #6339
Comments
Bare variable names (symbols) are required to be in the native encoding. On systems incapable of representing ñ in the native encoding ( On non-UTF-8 systems that can represent ñ in the native encoding, the code will work fine:
If there is no ñ in the current locale,
|
Thanks @aitap. What's
|
luit converts between the UTF-8 terminal session and the non-UTF-8 encoding used by its child process. |
#6559 demonstrates that we cannot rely on |
Test of #4711 does not work in systems without
UTF-8
encoding as e.g. ourtest-lin-rel-vanilla
container.Output of spinning up a new container with the image
registry.gitlab.com/jangorecki/dockerfiles/r-base-gcc
The text was updated successfully, but these errors were encountered: