Summer's here and I want to start on a small project to not lose coding skills :ninja: (and have something to do while not at the beach/gaming), an IRC client for myself. I want to code it in Java as it's the language other than PHP I'm most comfortable with, but here's the thing.
I have experience parsing incoming server data, so that's not a problem. However, I have no clue as to how I can output formatted text using the IRC burk (bold, underline, reverse and color) codes. I have tried a couple of objects but failed. Does anybody here know how text can be output with the proper format? I suppose I could use something that emulates RichText, but is it possible to append text to such an object?
Question
munashii
Summer's here and I want to start on a small project to not lose coding skills :ninja: (and have something to do while not at the beach/gaming), an IRC client for myself. I want to code it in Java as it's the language other than PHP I'm most comfortable with, but here's the thing.
I have experience parsing incoming server data, so that's not a problem. However, I have no clue as to how I can output formatted text using the IRC burk (bold, underline, reverse and color) codes. I have tried a couple of objects but failed. Does anybody here know how text can be output with the proper format? I suppose I could use something that emulates RichText, but is it possible to append text to such an object?
Thanks in advance. :)
Link to comment
https://www.neowin.net/forum/topic/254630-java-parsing-and-rendering-control-codes/Share on other sites
6 answers to this question
Recommended Posts