📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -