ID: 11463
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Old-Bug Type: Scripting Engine problem
Bug Type: *General Issues
Operating system:
PHP Version: 4.0.4pl1
Assigned To:
Comments:
You gotta be kidding? Don't you know anything about HTML??
This is definately NOT a bug in PHP..
Previous Comments:
---------------------------------------------------------------------------
[2001-06-13 07:42:29] [EMAIL PROTECTED]
It's not possible to output any content that includes the phrase "¤" in it. The
¤ gets replaced by some mystic char "�".
The following script reproduces the error:
<?
// This gets displayed wrong
echo "¤";
echo "<BR>";
// Ths gets displayed wrong also
echo "¤cy";
echo "<BR>";
// This is rendered correctly
echo "&curre";
?>
This error is reproducable on the php sites also (zend.com/php3.com). Just search for
something and type "¤" as the search string.
Sincerely
Tom Arnold
Chief Management Application Services
alea active GmbH
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11463&edit=2
--
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]