You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From looking at the readme it seems like supporting an extended character set is beyond the current scope of this project at the moment. So I feel a bit cheeky making this request. I would love it to work because I'm trying to use thokr as part of practice learning languages.
The program halts when it encounters an extended character (when the user is expected to type that character, before they have done so).
To Reproduce
Enter this command:
thokr -p "ich heiße Thokr"
and type ich hei
Expected behavior
The kernel panics with the following output:
ich heithread 'main' panicked at 'byte index 8 is not a char boundary; it is inside 'ß' (bytes 7..9) of `ich heiße Thokr`', /Users/joelle/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thokr-0.4.1/src/ui.rs:92:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
⏎
Screenshots
Environment
OS: Mac OS 12.5
Terminal Emulator: Kitty (with Fish)
Font: JetBrains mono nerd font
Crate version: thokr 0.4.1
Additional context
The text was updated successfully, but these errors were encountered:
Description
From looking at the readme it seems like supporting an extended character set is beyond the current scope of this project at the moment. So I feel a bit cheeky making this request. I would love it to work because I'm trying to use thokr as part of practice learning languages.
The program halts when it encounters an extended character (when the user is expected to type that character, before they have done so).
To Reproduce
Enter this command:
and type
ich hei
Expected behavior
The kernel panics with the following output:
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: