Problems with Cyrillic input
Author: alex-bob-lipCreated Feb 20, 2023Updated Jun 22, 2026
Labelsbug
Hi, fathyb!
Carbonyl is a really cool. But almost immediately there was an unpleasant problem with entering text in national languages (for example, Cyrillic). If utf8 encoding is set for the console, then when I enter text in Google search, I see raw symbols in the input field, not utf8 characters. For example, i input 'Яндекс' and see this:
I don't know Rust, but I have seen a good example of Python console input processing here: See Line 372 and below.
Good luck and thank's for your cool project!
Source: fathyb/carbonyl