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.
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.