Conversation
|
Nevermind. Forget about coloring. Sorry. |
|
Yep, strings are outputted with §c color tags because if they were removed the GUI could not handle coloring ;) |
|
But i found here a bug. § won't properly show in my console output, i have another symbol, that i can't see. |
|
I see you are already using the right encoding: |
|
Hm. Nothing helps. Tried convert StandartOutput.ReadLine() 850 codepage to Unicode, 866 - another cyrillic, ASCII and others codepages. The results - it doesn't show anything or it can't convert §. Weird. |
|
Did you try to create a console application with this code? |
|
Yep. 866. Thats why i tried it in ReadLine(). I think i have fixed it - have modified Main() method in Program, added in "//Basic Input/Output ?" Tested - StandardOutput.ReadLine() contain §. Is that acceptable? Should i make a pull request? |
- Fix encoding when using a GUI on non-ascii langages (eg russian) - See discussion in pull request #30 for more info
|
Nice! Just added this in this commit : 6e6fa6a |
Basic Output for GUI were raw strings. So i fixed it.