Tagged Questions
1
vote
2answers
1k views
Converting ANSI escape sequences to HTML using PHP
This is a similar question to this one. I would like to convert ANSI escape sequences, especially for color, into HTML. However, I would like to accomplish this using PHP. Are there any libraries ...