Displaying 7 results from an estimated 7 matches for "_china".
Did you mean:
china
2018 Mar 08
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...32
OS = Windows 10 Pro 1709 chs
R version = 3.4.3
Active code page = 936 (Simplified Chinese)
---STEPS TO REPRODUCE---
1. Run cmd and start bin\x64\R.exe
2. Note that all Chinese characters in the startup banner are missing
3. > Sys.getlocale()
[1] "LC_COLLATE=Chinese (Simplified)_China.936;LC_CTYPE=Chinese (Simplified)
_China.936;LC_MONETARY=Chinese (Simplified)_China.936;LC_NUMERIC=C;LC_
TIME=Chinese (Simplified)_China.936"
4. > print("ABC\u4f60\u597dDEF")
[1] "ABCDEF"
(Unicode code points for "???")
5. Use Microsoft Pinyin IME to type &qu...
2018 Apr 05
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...ve code page = 936 (Simplified Chinese)
>
>
> ---STEPS TO REPRODUCE---
>
> 1. Run cmd and start bin\x64\R.exe
>
>
> 2. Note that all Chinese characters in the startup banner are missing
>
>
> 3. > Sys.getlocale()
>
> [1] "LC_COLLATE=Chinese (Simplified)_China.936;LC_CTYPE=Chinese (Simplified)
> _China.936;LC_MONETARY=Chinese (Simplified)_China.936;LC_NUMERIC=C;LC_
> TIME=Chinese (Simplified)_China.936"
>
> 4. > print("ABC\u4f60\u597dDEF")
> [1] "ABCDEF"
> (Unicode code points for "???")
>
> 5...
2020 Oct 20
1
write.csv covert Åland to <c5>land
It looks like an encoding problem.
It works fine for me with R encoding set to UTF-8
Here is part of my sessionInfo() results
[1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_CA.UTF-8 LC_COLLATE=en_CA.UTF-8
[5] LC_MONETARY=en_CA.UTF-8 LC_MESSAGES=en_CA.UTF-8
I would suggest issuing the command
sessionInfo()
and seeing what your encoding is.
On Tue, 20 Oct 2020 at 08:22,
2017 Jun 27
0
suggestion to fix packageDescription() for Windows users
...() for Windows users
> The following patch is not the most elegant, but it restores the Authors when "LC_CTYPE" is set to either "Chinese" or "Arabic":
>> Sys.setlocale("LC_CTYPE", "Chinese")
> [1] "Chinese (Simplified)_China.936"
>> citation("readr")
> To cite package ?readr? in publications use:
> (2016). readr: Read Tabular Data. R package version 1.0.0.
> https://CRAN.R-project.org/package=readr
> A BibTeX entry for LaTeX users is
> @Manual{,
> t...
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
...to fix packageDescription() for Windows users
The following patch is not the most elegant, but it restores the Authors when "LC_CTYPE" is set to either "Chinese" or "Arabic":
> Sys.setlocale("LC_CTYPE", "Chinese")
[1] "Chinese (Simplified)_China.936"
> citation("readr")
To cite package ?readr? in publications use:
(2016). readr: Read Tabular Data. R package version 1.0.0.
https://CRAN.R-project.org/package=readr
A BibTeX entry for LaTeX users is
@Manual{,
title = {readr: Read Tabular Data},
year = {2016}...
2017 Jun 24
0
suggestion to fix packageDescription() for Windows users
The following patch is not the most elegant, but it restores the Authors when "LC_CTYPE" is set to either "Chinese" or "Arabic":
> Sys.setlocale("LC_CTYPE", "Chinese")
[1] "Chinese (Simplified)_China.936"
> citation("readr")
To cite package ?readr? in publications use:
(2016). readr: Read Tabular Data. R package version 1.0.0.
https://CRAN.R-project.org/package=readr
A BibTeX entry for LaTeX users is
@Manual{,
title = {readr: Read Tabular Data},
year = {2016}...
2017 Jun 23
2
suggestion to fix packageDescription() for Windows users
Hi Duncan,
I'm guessing I'll be able to look at this over the weekend/next week (probably closer to next week). It is on my list of things to do and I've just had a few other prior commitments that I have to finish first.
Sorry for the delay. I'll chime in with a status update next week.
Nathan
-----Original Message-----
From: R-devel [mailto:r-devel-bounces at r-project.org]