mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03: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.