Adding last two functions from i18n.php
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 29 Jan 2004 19:37:29 +0000 (19:37 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 29 Jan 2004 19:37:29 +0000 (19:37 +0000)
commitd5bb4a01e881b29bea9fefc1dd900c599c36bfc5
tree9a3fe8f0e6e0693889ec7e36e7c6803bfbddb399
parent76e034f5084c4b72e243c249a030773bd03e586a
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 [new file with mode: 0644]
functions/decode/us_ascii.php [new file with mode: 0644]