1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

Update control

This commit is contained in:
源文雨
2022-04-27 10:30:12 +08:00
committed by GitHub
parent 2ab21c0dd1
commit 5ff5f54ae6

7
debian/control vendored
View File

@@ -12,7 +12,8 @@ Package: base16384
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Encode binary files to printable utf16be.
We use 16384 Chinese characters (from \u4E00 to \u8DFF) as the "alphabet",
just like what base64 did.
There are 16384 Chinese characters (from \u4E00 to \u8DFF)
being selected as the "alphabet", just like what base64 did.
If length of the data has a remainder after mod 7,
we will use \u3Dxx to present it with xx ranging from 01 to 06.
unicode Chinese characters \u3Dxx will be used to present it
with xx ranging from 01 to 06.