php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56549 Unicode chars are not correctly parsed
Submitted: 2005-09-15 16:20 UTC Modified: 2005-10-23 11:11 UTC
From: xpindex at hompus dot nl Assigned:
Status: Not a bug Package: id3 (PECL)
PHP Version: 5.0.3 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: xpindex at hompus dot nl
New email:
PHP Version: OS:

 

 [2005-09-15 16:20 UTC] xpindex at hompus dot nl
Description:
------------
Unicode characters are not handled correctly.

id3_get_tag($oFile, ID3_BEST);

gives: [Album] => DJ Ti?o - Magik 1 - First Flight 
which should be "DJ Ti?sto".

Reproduce code:
---------------
id3_get_tag($oFile, ID3_BEST); with an tag which contains unicode text.

Expected result:
----------------
See the characters correctly


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

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

Thank you for your interest in PECL.

View the output in the right encoding.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC