I need a single-line text editor that can deal with special characters. I'm talking about characters not found on the standard American keyboard. Characters with accents, tildes, umlauts, cedillas, circumflexes, haceks, etc. The degree symbol, the division symbol, and more. Subscripts and superscripts. The Greek alphabet. You get the idea.
I can of course write one, and I'm assuming I'll have to do just that, but before I start down that path, I'd like to know how others of you have approached such a wxPython task. There are others of you out there who have done this, yes?
Bob