EDITED
hey guys.
My code is using pircBot to send IRC messages to twitch.tv.
The messages include characters such as '█▓▒ CRIT! ░░╚╡▌▌╞╗░░'
Example output code: sendMessage("#twitchraidstwitch", "/me █▓▒ CRIT! ░░╚╡▌▌╞╗░░");
So These characters originally all displayed as '?' in Eclipse. They didn't work properly until I changed my window -> preferences -> text file encoding to US-ASCII. (Though I've just learned these characters aren't even ASCII.)
When I export my project to a jar and try to run in CMD, the characters are back to '?'.
How do I got about getting this to work in cmd?
Thanks!