From 3eb6bd05401a2d76f5eddf98815cd0ca6ae26505 Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 27 Aug 2004 11:47:02 +0000 Subject: [PATCH] adding iso-8859-1 and us-ascii encoding support git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7966 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/encode/iso_8859_1.php | 49 +++++++++++++++++++++++++++++++++ functions/encode/us_ascii.php | 49 +++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 functions/encode/iso_8859_1.php create mode 100644 functions/encode/us_ascii.php diff --git a/functions/encode/iso_8859_1.php b/functions/encode/iso_8859_1.php new file mode 100644 index 00000000..6fc411e2 --- /dev/null +++ b/functions/encode/iso_8859_1.php @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/functions/encode/us_ascii.php b/functions/encode/us_ascii.php new file mode 100644 index 00000000..f424e42f --- /dev/null +++ b/functions/encode/us_ascii.php @@ -0,0 +1,49 @@ + \ No newline at end of file -- 2.25.1