ID:               10813
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Recode related
 Operating System: RH 6.2
 PHP Version:      4.0.4pl1
 New Comment:

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".


Previous Comments:
------------------------------------------------------------------------

[2002-04-09 17:59:17] [EMAIL PROTECTED]

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.)

------------------------------------------------------------------------

[2001-05-11 08:13:54] [EMAIL PROTECTED]

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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=10813&edit=1

Reply via email to