Question
Access unicode characters supported by a particular wildcard buffer?
I'm building a (non-touch) simple hardware UI which needs to implement a primitive string editor. I'll be taking the "select a cursor position, enter, then select a character" approach.
I have everything in place now, with the exception of character selection. I want to increment and decrement my way through the complete list of unicode characters supported by a given wildcard buffer.
How would you recommend I access and iterate through the generated list of available unicode characters that a particular wildcard buffer supports?
