os-autoinst / isotest-ng

Experimental reimplementation of the isotovideo module of openQA.
GNU General Public License v2.0
4 stars 1 forks source link

Add typing to VNC server (English Alphabet) #2

Closed ByteOtter closed 3 months ago

ByteOtter commented 3 months ago

I discovered, that the async-winit crate I used to map characters to their ASCII representations, does not - in fact - correctly map all characters onto the corresponding ASCII code. A lot of them were missing or had the wrong code, which leads me to believe these were meant to be used with other features of the crate.

Therefore, implementing our own mapping was needed.