In the RStudio latest version I can't write polish characters, but not all of them, for example "ż" (right alt + z) is working, but not "ą" (right alt + a). Everything is OK in the R GUI. This problem didn't appear in the previous version of RStudio which I used(1.2.5XXXX). Perhaps it is a problem with shorcuts? For example right alt + x (which is "ź" in Polish) is "Please select the code to extract a function". I would like to highlight that I have this problem in the script, but also in the console, so I think that it is not connected with script encoding. My session info:
R version 4.0.0 (2020-04-24)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.0.0 tools_4.0.0
---SOLUTION---
Well, to be honest, I didn't find the solution, but I wrote the issue in RStudio's github:
and it looks like it is indeed bug in the version 1.3.959. In the version 1.2.5033 everything is OK, so one possible solution is to use previous version of RStudio. Also, on github there is an answer saying that in the version 1.4 (still in development, right?) this problem doesn't exist.