From d5bb4a01e881b29bea9fefc1dd900c599c36bfc5 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 29 Jan 2004 19:37:29 +0000 Subject: [PATCH] Adding last two functions from i18n.php iso_8859_default decoding is changed to us_ascii. Purpose - header cleanup, if mailer adds non-encoded 8bit symbols in header. Other iso-8859-x charsets are supported. Original function is shorter, but it is hard to count all ?. ns_4551_1 decoding might need some adjustments. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6459 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/decode/ns_4551_1.php | 36 +++++++++++++++++++++++++++++ functions/decode/us_ascii.php | 42 ++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 functions/decode/ns_4551_1.php create mode 100644 functions/decode/us_ascii.php diff --git a/functions/decode/ns_4551_1.php b/functions/decode/ns_4551_1.php new file mode 100644 index 00000000..1c990012 --- /dev/null +++ b/functions/decode/ns_4551_1.php @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/functions/decode/us_ascii.php b/functions/decode/us_ascii.php new file mode 100644 index 00000000..700613f3 --- /dev/null +++ b/functions/decode/us_ascii.php @@ -0,0 +1,42 @@ + -- 2.25.1