File/decode/eastasia/big5.php

Description

functions/decode/big5.php

This file contains big5 decoding function that is needed to read big5 encoded mails in non-big5 locale.

Original data taken from: ftp://ftp.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT

Name: BIG5 to Unicode table (complete) Unicode version: 1.1 Table version: 0.0d3 Table format: Format A Date: 11 February 1994

Copyright (c) 1991-1994 Unicode, Inc. All Rights reserved.

This file is provided as-is by Unicode, Inc. (The Unicode Consortium). No claims are made as to fitness for any particular purpose. No warranties of any kind are expressed or implied. The recipient agrees to determine applicability of information provided. If this file has been provided on magnetic media by Unicode, Inc., the sole remedy for any claim will be exchange of defective media within 90 days of receipt.

Recipient is granted the right to make copies in any form for internal distribution and to freely use the information supplied in the creation of products supporting Unicode. Unicode, Inc. specifically excludes the right to re-distribute this file directly to third parties or other organizations whether for profit or not. ****************************************************************************** Copyright (c) 2003-2005 The SquirrelMail Project Team Copyright (c) 2006-2007 The NaSMail Project This file is part of NaSMail Extra Decoding library.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************

Functions
charset_decode_big5 (line 63)

Decode big5 encoded string

  • return: decoded string
string charset_decode_big5 (string $string, [boolean $save_html = false])
  • string $string: big5 string
  • boolean $save_html: don't html encode special characters if true

Documentation generated on Sun, 22 Nov 2009 17:36:17 +0200 by phpDocumentor 1.4.3