InputHandler // Clang-format.

This commit is contained in:
ShikiSuen 2023-02-12 16:02:43 +08:00
parent 151b9c4899
commit 80b3e9e2ce
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ extension InputHandler {
}()
guard
var char = "\(strCodePointBuffer)\(input.text)"
.parsedAsHexLiteral(encoding: encoding)?.first?.description
.parsedAsHexLiteral(encoding: encoding)?.first?.description
else {
delegate.callError("D220B880輸入的字碼沒有對應的字元。")
var updatedState = IMEState.ofAbortion()