InputHandler // Clang-format.
This commit is contained in:
parent
151b9c4899
commit
80b3e9e2ce
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue