Skip to content

Commit

Permalink
remove encoding of console
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb committed Oct 13, 2023
1 parent 5a880db commit 4e5d369
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 05-analyze-text/C-Sharp/text-analysis/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ static void Main(string[] args)
string cogSvcEndpoint = configuration["CognitiveServicesEndpoint"];
string cogSvcKey = configuration["CognitiveServiceKey"];

// Set console encoding to unicode
Console.InputEncoding = Encoding.Unicode;
Console.OutputEncoding = Encoding.Unicode;

// Create client using endpoint and key


Expand Down

0 comments on commit 4e5d369

Please sign in to comment.