Font in error window
Hi.
I have windows 8 x64 with russian language.
Linqpad version 4.43.06 Any CPU
The message in error window is unreadable.

Is it a Linqpad bug? Do you have some workaround?
I have windows 8 x64 with russian language.
Linqpad version 4.43.06 Any CPU
The message in error window is unreadable.

Is it a Linqpad bug? Do you have some workaround?
Comments
-
Can you share your query please? (File | Upload to Instant Share)
-
This is not about query. The issue is in unreadable symbols at error message. I supppose it is wrong code page for error message.
-
Is the localization problem only with F# compile-time errors, or with C# errors, too?
-
C# errors haven't localization problem. Only F# has it.
-
I've identified the problem: ProcessStartInfo.StandardErrorEncoding defaults to Windows-1252 instead of UTF8. I've fixed this for the next build.
Thanks for reporting.