I added a simple feature: opening the loaded glyph list in an external text editor. With the external text editor, users can freely modify the glyph list with automation tools (e.g., OCR text recognition), as well as copy & paste from other glyph lists.
The text file format is TSV, which is a commonly used format in several Persona mod tools.
Another thing worth mentioning: with an external text editor, emojis and other symbols can now be "natively supported," especially when some of the symbols can't be input into WinForms textboxes.
I added a simple feature: opening the loaded glyph list in an external text editor. With the external text editor, users can freely modify the glyph list with automation tools (e.g., OCR text recognition), as well as copy & paste from other glyph lists.
The text file format is TSV, which is a commonly used format in several Persona mod tools.
Inspired by: https://github.com/Meloman19/PersonaEditor/issues/32#issuecomment-1704776905