REditorSupport / languageserver

An implementation of the Language Server Protocol for R
Other
581 stars 94 forks source link

Languageserver does not show words with accent properly #659

Open fabrferreira opened 6 months ago

fabrferreira commented 6 months ago

Hello everyone, good afternoon. I'm opening this issue because I'm facing an encoding problem in the data viewer of VSCode. This table, for example, shows words with accents in a strange way. I believe this issue is related to the language server. I've tried several configurations but haven't been successful. Does anyone have any idea how to fix this? R version: 4.3.3 (2024-02-29 ucrt) image

rumichaska commented 3 months ago

Hi @fabrferreira, I think this isn't a LSP problem; usually, this kind of problem is related to the OS. I've found this issue in W10 with source() function or when I'm using csv files without UTF-8 encoding.