From 037847a1fed91abb5ad0c4261a666e4dbf91327d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 28 Oct 2021 21:22:03 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 260d51d..1388957 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Use 16384 Chinene characters (from \u4E00 to \u8DFF) as the "alphabet", just lik 使用16384个汉字作为字符表,就像base64用64个字符作为字符表一样。 -If length of the data has a remainder after moduled by 7, we will use \u3Exx to log it with xx ranging from 01 to 06. +If length of the data has a remainder after moduled by 7, we will use \u3Dxx to log it with xx ranging from 01 to 06. -另外,使用\u3Exx附加在末尾以表示编码时数据不满7位的个数,其范围在01~06。 +另外,使用\u3Dxx附加在末尾以表示编码时数据不满7位的个数,其范围在01~06。 # Benefits 优点 Save more space and since the code 0x0000 is encoded to "一", finding zero space seems to be easier.