- From: tianyinanbei <1181147779@qq.com>
- Date: Thu, 29 Aug 2024 17:56:46 +0800
- To: "public-exi-comments" <public-exi-comments@w3.org>
Received on Friday, 30 August 2024 08:28:37 UTC
Hello, I am reading the document : Efficient XML Interchange (EXI) Primer (W3C Working Draft 24 April 2014), and I am slightly confused by 3.3 Encoding Example. The numbers I circled in red seem to be wrong. 1)The correct result corresponding to 0x7B seems to be 0x7A. Here's what I can think about: the ASCII code of the string“Shopping List”is 53686F7070696E67204C697374, but“S”(0x53) is mistakenly thought to be“s”(0x73) in the table. 2)The correct result corresponding to 0x03 seems to be 0x02.Here's what I can think about: the ASCII code of the string“Shopping List”is 53686F7070696E67204C697374, but“L”(0x4C) is mistakenly thought to be“\”(0x5C) in the table. All above is based on my own cognitive and computational process, please help me point out any mistakes. Regards, Zhiyun Zhang tianyinanbei 1181147779@qq.com
Received on Friday, 30 August 2024 08:28:37 UTC