convert this cyrillic output from the console app to unicode [modified]
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello friends! I was programming redirection of output from console process(C# .Net 2.0), but when i'm outputing it on form it outputs illegal characters(cyrillic characters). Could you help me how to convert this cyrillic output from the console app to unicode? Thanks. -- modified at 6:15 Friday 8th June, 2007
-
Hello friends! I was programming redirection of output from console process(C# .Net 2.0), but when i'm outputing it on form it outputs illegal characters(cyrillic characters). Could you help me how to convert this cyrillic output from the console app to unicode? Thanks. -- modified at 6:15 Friday 8th June, 2007
hi, did you try System.Text.UnicodeEncoding... or System.Text.Encoding.Unicode.... hope that helps regards :)