mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 03:22:37 +00:00
Fixes #2848 The proper way to convert a unicode scalar in Swift is to use the `String` initializer that takes a `UnicodeScalar` as an argument. We were converting a number to a string before, which is incorrect.