Re: [R] Problem with Windows clipboard and UTF-8

2022-10-13 Thread Tomas Kalibera
Hi Andrew, On 9/30/22 15:05, Andrew Hart via R-help wrote: Hi everyone, Recently I upgraded to R 4.2.1 which now uses UTF-8 internally as its native encoding. Very nice. However, I've discovered that if I use writeClipboard to try and move a string containing accented characters to the Windo

Re: [R] Problem with Windows clipboard and UTF-8

2022-09-30 Thread Rui Barradas
Hello, I can reproduce this. C:\Users\ruipb>R -q -e "writeClipboard('categoría'); sessionInfo()" > writeClipboard('categoría'); sessionInfo() R version 4.2.1 (2022-06-23 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22000) Matrix products: default local

[R] Problem with Windows clipboard and UTF-8

2022-09-30 Thread Andrew Hart via R-help
Hi everyone, Recently I upgraded to R 4.2.1 which now uses UTF-8 internally as its native encoding. Very nice. However, I've discovered that if I use writeClipboard to try and move a string containing accented characters to the Windows clipboard and then try and paste that into another applic