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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
43 - 29 = ?
Subscribe to this entry?

 
 [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 Apr 19 07:01:27 2024 UTC