From:             [EMAIL PROTECTED]
Operating system: RH 6.2
PHP version:      4.0.4pl1
PHP Bug Type:     Recode related
Bug description:  recode utf-8..l2 doesn't work

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 Bug report at: http://bugs.php.net/?id=10813&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to