python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to change default code page for Net Core console application
How can i change the default encoding for the Net Core console application?
I'm using a legacy library written in .Net framework that needs to read files in windows-1251 code page but won't allow me t...

MiguelSlv
Votes: 0
Answers: 1
Mismatch charset while executing application on Windows and Wine (Ubuntu)
We have a small exe client application that used for loading the scanned images from the remote sources, what we need to do is enter the address from the images to specific text box and submit.
The da...
hungbv
Votes: 0
Answers: 0
How to use System.Text.Encoding.GetEncoding("") function for other charset than 8 supported in C# - .Net Core?
I am trying to use an encoding page that is not in the common initialized encoding pages in C#.
var greekEncoding = System.Text.Encoding.GetEncoding("1253");
using (var httpClient = new Http...
Βασίλειος Βαλασίδης
Votes: 0
Answers: 1
Cyrillic characters are distorted when sending a letter
When ending a letter to Outlook mail from an Oracle DBMS that contains Cyrillic characters, the output is question marks. I do not understand how to convert the string so that the text is readable. I ...
gregor
Votes: 0
Answers: 1