php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10813 recode utf-8..l2 doesn't work
Submitted: 2001-05-11 08:13 UTC Modified: 2002-05-10 00:00 UTC
Votes:3
Avg. Score:4.3 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: peha at volny dot cz Assigned:
Status: No Feedback Package: Recode related
PHP Version: 4.0.4pl1 OS: RH 6.2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2001-05-11 08:13 UTC] peha at volny dot cz
actually no UTF-8_to_something conversion works,
although the command line version of recode works fine(!)
i use recode 3.6

a sample script:
<?
$str1 = "???";
$str2 = recode( "l2..utf-8", $str1 );
$str3 = recode( "utf-8..l2", $str2 );

echo( "str1=$str1<br>" );
echo( "str2=$str2<br>" );
echo( "str3=$str3<br>" );
?>


output:
str1=???
str2=åÊí
str3=

thanx a lot

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-09 17:59 UTC] jimw@php.net
hmm, works just fine for me with recode 3.6 and php 4.1.2 and 4.3.0-dev. you'll need to reproduce this bug with a more recent version of php. (it may have been fixed along the line, although i don't see any obvious commit related to this.)
 [2002-05-10 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC