|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-31 08:18 UTC] sniper@php.net
[2005-03-31 15:53 UTC] derick@php.net
[2012-11-09 15:37 UTC] martin at 4playtheband dot co dot uk
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 17 06:00:01 2025 UTC |
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