ace-dent / picotracker

Track boogs for Picotron (unofficial)
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Support non ascii characters with accents (common in Europe) #9

Open farvardin opened 4 months ago

farvardin commented 4 months ago

Describe the bug / feature

When typing accented letters (such as in French), instead of typing for example é, picotron will display 2 square boxes, like ▤▤

image

Something when writing some code, we can accidentally trigger such letters, but the fact there are 2 characters makes it tedious to erase them: the cursor then will place itself between the 2 boxes and you have to backspace the first one and erase the second one.

Expected behavior

picotron should display utf-8 characters, or if it's not possible, display a "degraded" letters (é->e, ù->u), or if it's not complicated, not trigger anything when typing such a letter.

Software (please complete the following information):

ace-dent commented 4 months ago

Confirmed also on macOS. Create an acute accent, e.g. option+e and then the letter to accent, e.g. a... creates lots of empty glyph boxes. Support of essential letters beyond ascii would be great. Relates to #5.

ace-dent commented 3 months ago

Re-tested with release v0.1.0d on macOS. Issue still exists.

ace-dent commented 2 months ago

Re-tested with release v0.1.0g on macOS. Issue still exists.