C# Console application

  • Thread starter Thread starter BayMax5
  • Start date Start date
B

BayMax5

Guest
I am creating console application for reading text file.But my text file contains japanese characters and I want to print that characters on console. I already tried using Console.OutputEncoding to Unicode But for that I need to change console font to "MS Gothic" manually. Is there any alternate way to print japanese characters to console application ?

Continue reading...
 
Back
Top