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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 10:01:29 2025 UTC