I just downloaded Mono, Jetbrains Rider and cloned a c# (private) github project.
This project was written in Windows and use Windows-1252 encoding and the source code contains special characters (á, ç, ã, etc). If I try to build this project (both using Rider os MSBuild on bash), I get
MyFile.cs(16, 3): [CS1056] Unexpected character '�' I configured Rider so it shows the file correctly, but making
cat MyFile.cs
Shows the � mark symbol.
Is there anything I have to set on Rider / MSBuild so it reads the files correctly?