ID: 22146
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Bogus
+Status: Closed
Bug Type: Scripting Engine problem
Operating System: windows 2000
PHP Version: 4.3.0
New Comment:
my mistake.
Previous Comments:
------------------------------------------------------------------------
[2003-02-10 08:26:34] [EMAIL PROTECTED]
Works fine here. Fix your locale setting.
------------------------------------------------------------------------
[2003-02-10 04:29:26] [EMAIL PROTECTED]
I can't use string function on danish letters (������)
i've tryed the following.
$s="�";
echo strtr($s,"�","o");
this echos : �
it should echo : o
eregi("b�rs","b�rs");
returns false.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22146&edit=1