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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sephiroth at optimasoft dot com dot tw
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Dec 27 16:01:29 2024 UTC