php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30878 iconv() cut words if it can't convert
Submitted: 2004-11-24 11:08 UTC Modified: 2004-11-24 11:23 UTC
From: sephiroth at optimasoft dot com dot tw Assigned:
Status: Not a bug Package: ICONV related
PHP Version: 4.3.8 OS: Linux 2.4.20
Private report: No CVE-ID: None
 [2004-11-24 11:08 UTC] sephiroth at optimasoft dot com dot tw
Description:
------------
iconv() cut the following words if it can't convert, for ex:
echo iconv("BIG-5","UTF-8","彰化縣彰化市磚磘里");
the result will be "彰化縣彰化市磚"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-24 11:24 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

See also:
http://no.php.net/manual/en/function.iconv.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 09:01:27 2024 UTC