Software Keyboard: Difference between revisions
| Line 366: | Line 366: | ||
|} | |} | ||
See [[#Runtime]]. In the storage, the first u32 is the | See [[#Runtime]]. In the storage, the first u32 is the State, while the second u32 is the ReplyType. The rest is the reply-specific data. | ||
The replies with name "*Utf8" contain an UTF-8 string in the reply data, while the other replies contain an UTF-16 string. These are identical besides the string encoding. | The replies with name "*Utf8" contain an UTF-8 string in the reply data, while the other replies contain an UTF-16 string. These are identical besides the string encoding. | ||