From 1bf279653ee7c466c8a1b957dbbd6ff96ab83fb4 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: Wed, 27 Apr 2022 10:06:56 +0800 Subject: [PATCH] Update control --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f4a9166..f1c0929 100644 --- a/debian/control +++ b/debian/control @@ -12,4 +12,7 @@ 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. 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.