Matthew Chaplain
Matthew Chaplain
This would involve having a database of characters and what entries in character sets correspond to what characters.
An easy half-way solution would be to avoid character set switches for character 0x00-0x7F, which are the same in all character sets.
Note: DEC graphical characters has a smaller overlapping character set.
I would very much welcome the addition, and would be more than happy to work with you to add it, since I have no practical experience with GMCP myself and...
I know this issue is now 2 1/2 years old, but I just stumbled across it and I'm the author of telnetpp that was mentioned in the original comment. I...
Thanks for the reply, @mbeutel. FWIW, I did upgrade to C++17 and discovered that std::span is actually C++20. Sigh. I look forward to your 1.0!
This may be required for anything complicated using Windows Terminal, see https://github.com/microsoft/terminal/issues/16529
Hi, @kafeg! I really appreciate you letting me know that you found my library useful and awesome! Being able to knock together a bridge from QT to Telnet++ shows me...