From: liu shiwei Date: Thu, 27 Nov 2025 09:42:52 +0000 (+0800) Subject: fix East Asian script garbled characters X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fmlmmj.git fix East Asian script garbled characters the text files use `charset=utf8`, but according to the RFC3629,RFC2046,RFC6532, the correct way to write it is `charset=utf-8`. --- diff --git a/listtexts/ast/deny-post b/listtexts/ast/deny-post index 26cdea76..e23ab818 100644 --- a/listtexts/ast/deny-post +++ b/listtexts/ast/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/ast/moderate-post b/listtexts/ast/moderate-post index 0d843461..6965955e 100644 --- a/listtexts/ast/moderate-post +++ b/listtexts/ast/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/ast/wait-post b/listtexts/ast/wait-post index 63e46549..6c871818 100644 --- a/listtexts/ast/wait-post +++ b/listtexts/ast/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/cs/deny-post b/listtexts/cs/deny-post index d672b964..97e2af51 100644 --- a/listtexts/cs/deny-post +++ b/listtexts/cs/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/cs/moderate-post b/listtexts/cs/moderate-post index d5b91a2b..5fe5b819 100644 --- a/listtexts/cs/moderate-post +++ b/listtexts/cs/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/cs/wait-post b/listtexts/cs/wait-post index 50e976da..5401bc5c 100644 --- a/listtexts/cs/wait-post +++ b/listtexts/cs/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/de/deny-post b/listtexts/de/deny-post index 26919c0b..88a7d695 100644 --- a/listtexts/de/deny-post +++ b/listtexts/de/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/de/moderate-post b/listtexts/de/moderate-post index df5c7009..8291e328 100644 --- a/listtexts/de/moderate-post +++ b/listtexts/de/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/de/wait-post b/listtexts/de/wait-post index 49bc99fc..b53a23ba 100644 --- a/listtexts/de/wait-post +++ b/listtexts/de/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/en/deny-post b/listtexts/en/deny-post index 9de308a0..183814c2 100644 --- a/listtexts/en/deny-post +++ b/listtexts/en/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/en/moderate-post b/listtexts/en/moderate-post index ef2855e3..58e4d426 100644 --- a/listtexts/en/moderate-post +++ b/listtexts/en/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/en/wait-post b/listtexts/en/wait-post index d30fb5d2..5269d02c 100644 --- a/listtexts/en/wait-post +++ b/listtexts/en/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/fi/deny-post b/listtexts/fi/deny-post index 0cc151be..ff992411 100644 --- a/listtexts/fi/deny-post +++ b/listtexts/fi/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/fi/moderate-post b/listtexts/fi/moderate-post index cf3b8cc6..6a9d3028 100644 --- a/listtexts/fi/moderate-post +++ b/listtexts/fi/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/fi/wait-post b/listtexts/fi/wait-post index ef63c9cb..0c6c8673 100644 --- a/listtexts/fi/wait-post +++ b/listtexts/fi/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/fr/deny-post b/listtexts/fr/deny-post index b7b05dd3..2f05687d 100644 --- a/listtexts/fr/deny-post +++ b/listtexts/fr/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/fr/moderate-post b/listtexts/fr/moderate-post index 1e878264..e47f0d66 100644 --- a/listtexts/fr/moderate-post +++ b/listtexts/fr/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/fr/wait-post b/listtexts/fr/wait-post index 0d4196ef..abc878fe 100644 --- a/listtexts/fr/wait-post +++ b/listtexts/fr/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/gr/deny-post b/listtexts/gr/deny-post index 32a8dc84..74375804 100644 --- a/listtexts/gr/deny-post +++ b/listtexts/gr/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/gr/moderate-post b/listtexts/gr/moderate-post index abe87be7..cf830877 100644 --- a/listtexts/gr/moderate-post +++ b/listtexts/gr/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/gr/wait-post b/listtexts/gr/wait-post index 4e42928b..60f36571 100644 --- a/listtexts/gr/wait-post +++ b/listtexts/gr/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/it/deny-post b/listtexts/it/deny-post index 03b2e08f..07fff12c 100644 --- a/listtexts/it/deny-post +++ b/listtexts/it/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/it/moderate-post b/listtexts/it/moderate-post index cf3fccca..ee02cb9d 100644 --- a/listtexts/it/moderate-post +++ b/listtexts/it/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/it/wait-post b/listtexts/it/wait-post index b057ea8b..a1540a49 100644 --- a/listtexts/it/wait-post +++ b/listtexts/it/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/pt/deny-post b/listtexts/pt/deny-post index 62ec9c3a..d281af01 100644 --- a/listtexts/pt/deny-post +++ b/listtexts/pt/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/pt/moderate-post b/listtexts/pt/moderate-post index 48694f47..09a3459b 100644 --- a/listtexts/pt/moderate-post +++ b/listtexts/pt/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/pt/wait-post b/listtexts/pt/wait-post index eb6d781d..be343ac5 100644 --- a/listtexts/pt/wait-post +++ b/listtexts/pt/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/sk/deny-post b/listtexts/sk/deny-post index 752d1c2d..ef9c1e17 100644 --- a/listtexts/sk/deny-post +++ b/listtexts/sk/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/sk/moderate-post b/listtexts/sk/moderate-post index e8f146a6..ae47a6d7 100644 --- a/listtexts/sk/moderate-post +++ b/listtexts/sk/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/sk/wait-post b/listtexts/sk/wait-post index 9f7c8a3d..fcdd7b75 100644 --- a/listtexts/sk/wait-post +++ b/listtexts/sk/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/zh-cn/deny-post b/listtexts/zh-cn/deny-post index 2fc74203..e5c4959f 100644 --- a/listtexts/zh-cn/deny-post +++ b/listtexts/zh-cn/deny-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/zh-cn/moderate-post b/listtexts/zh-cn/moderate-post index a16e15b3..cfa22b32 100644 --- a/listtexts/zh-cn/moderate-post +++ b/listtexts/zh-cn/moderate-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue% diff --git a/listtexts/zh-cn/wait-post b/listtexts/zh-cn/wait-post index ba6ec1c4..4934cb4d 100644 --- a/listtexts/zh-cn/wait-post +++ b/listtexts/zh-cn/wait-post @@ -5,7 +5,7 @@ Content-Type: multipart/mixed; Content-Transfer-Encoding: 8bit --=_$random0$$random1$_= -Content-Type: text/plain; charset=utf8 +Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit %text prologue%