readme

来自「ICE-3.2 一个开源的中间件」· 代码 · 共 19 行

TXT
19
字号
This demo illustrates how to implement and use string converterswith Ice. In this demo, the client represents an application thatuses ISO-Latin-1 as its character set, while the server uses UTF-8.The demo sends and receives the string "Bonne journ閑" which inLatin-1 encoding is "Bonne journ\351e" and in UTF-8 encoding is "Bonne journ\303\251e".The demo prints the strings as they are received to show how, withoutconversion, they are not in the format expected by the application.To run the demo, first start the server:$ serverIn a separate window, start the client:$ client

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?