mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-21 07:55:17 +00:00
Ensure that the Utf-8 encoded "mapping character" in String (from InputBox) gets converted to Utf-32 code point. Before, only the first byte of Utf-8 char sequence was used as a Utf-32 code point. That used to result in incorrect characters getting written in the keymap file for all the "non-ascii" characters used as the mapping character.