Edit report at https://bugs.php.net/bug.php?id=32510&edit=1
ID: 32510 Comment by: martin at 4playtheband dot co dot uk Reported by: jimmy dot palm at netatonce dot net Summary: ¬ replaced with ¬ Status: Not a bug Type: Bug Package: *General Issues Operating System: Linux PHP Version: 5.0.3 Block user comment: N Private report: N New Comment: I just got this bug when passing a query string to another script, I had ¬es=12345 but the ¬ part was being replaced with ¬ (¬) Previous Comments: ------------------------------------------------------------------------ [2005-03-31 15:53:41] [email protected] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. This is a browser issue, has nothing to do with PHP itself. ------------------------------------------------------------------------ [2005-03-31 08:18:02] [email protected] Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip I can not reproduce this.. ------------------------------------------------------------------------ [2005-03-31 02:10:30] jimmy dot palm at netatonce dot net Description: ------------ when I write ¬, php 5.0.3 will replace it with ¬ ¬ => replaces with ¬ ¤ => replaces with ¤ Weird??? ex. $currency = "EUR" ; printf("¤cy = %s", $currency) ; will write: ¤cy=EUR ? what is the problem ? Expected result: ---------------- That: $currency = "EUR" ; printf("¤cy = %s", $currency) ; gives output ¤cy = EUR ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=32510&edit=1
