Correct some ti-ascii values - #26
Conversation
|
What was your method to find these? A separate font sheet has been on the backlog for years at this point (mostly my fault), which would make verifying on-calc display accuracy a breeze, but in the interim your method could be good for CI. |
|
|
Oh, that hex font file is exactly the sort of thing I've been preparing (slowly) for the font sheet (from a slightly more cumbersome set of images, as we need to get different languages as well). Didn't know there was a named hex format, though it looks like it doesn't extend easily to color calcs on account of variable-width characters (that also aren't a multiple of 8). We would appreciate your permission to use the monochrome font file you made as a basis or cross-check for the font sheet, since we do need that font as well. And the PR looks good, so anyone else is free to merge; dunno how |
|
I don't know anything about other languages, but you're free to use the hex file I generated if it's helpful. I made one for the small graph screen font too. I would have done one for the color calculators too if I could find a similar set of images. |
|
Cool. We'd include the small font as well. I'm not aware of any images like those from TIBD's for the CE; I've been using full screenshots of a program written to display them all. A few languages replace a few chars in the accented letters range to more appropriate ones for their script; very little total change but it does strictly require a format that distinguishes languages. |
I wrote a script to compare the
ti-asciivalues of all tokens with their appearance on a calculator, and found the following discrepancies:Y2-Y5were appearing asY3-Y6uwAxeswas appearing asSinRegShade𝙵(was appearing asShade𝙵(α9This PR fixes these