From 2d6fd9a9a2a34de9001b331b40a3090ec5599d6e 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, 16 Apr 2020 16:51:12 +0800
Subject: [PATCH] Update README.md
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index ecb13ae..a4f2711 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,14 @@
# base16384
-Encode binary files to readable utf16be.
+Encode binary file to readable utf16be.
# Description 说明
-Use 16384 Chinene characters as the alphabet, like the 64 chars in the base64.
-使用16384个汉字作为字符表,就像base64用64个字符作为字符表一样。
+Use 16384 Chinene characters (\u4E00 to \u8DFF) as the alphabet, like the 64 chars in the base64.
+使用16384个汉字作为字符表,就像base64用64个字符作为字符表一样。
+We use \u3E3E as a sign of << 16, and \3D3D << 14.
+另外,使用\u3E3E作为解码时文件末尾向左偏移16位标识(对应编码时加0对齐2字节),使用\3D3D作为解码时文件末尾向左偏移14位标识,对应编码时未满8字节的偏移量。
# Benefits 优点
-Save more space and since the code 0x0000 is encoded to "一", finding zero space seems to bo easier.
+Save more space and since the code 0x0000 is encoded to "一", finding zero space seems to be easier.
节省更多空间。
更容易发现二进制文件的规律。