-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cannot type the "±" symbol in Radian on Windows platforms. #360
Comments
what does |
Enter Sys.getenv("LANG"), it will be displayed as "en_US.UTF-8" in radian and "" in the R console. When I set Sys.setenv(LANG="") in radian, I still can't type and print ±. But everything works fine in the R console. |
The workaround of setting @SpecterShell |
Indeed, it is a locale related stuff. Python on Windows doesn't support UTF-8 as default codepage, so it inherits the system locale, which is simplified chinese in your case. I think it should be safe to ignore the warning in this case as R 4.2 indeed does support UTF-8 codepage. |
I am going to write |
operating environment
problem description
Whether running radian in CMD or Powershell, or directly opening radian.exe, I cannot type "±". Even the URLdecode("%C2%B1") function doesn't print "±" correctly, but everything looks fine in Linux.
screenshots
The text was updated successfully, but these errors were encountered: