mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-10 21:50:25 +08:00
Update control
This commit is contained in:
5
debian/control
vendored
5
debian/control
vendored
@@ -12,4 +12,7 @@ Package: base16384
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Encode binary files to printable utf16be.
|
Description: Encode binary files to printable utf16be.
|
||||||
We use 16384 Chinese characters (from \u4E00 to \u8DFF) 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.
|
We use 16384 Chinese characters (from \u4E00 to \u8DFF) 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user