From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.2.1 PHP Bug Type: Feature/Change Request Bug description: UTF-8 encoding as ISO-8859-15
How can I UTF-8 encode the euro symbol? New symbols like the Euro are not correctly encoded by the current utf8_encode function. ISO has issued a new standard: ISO-8859-15, which is mostly like ISO-8859-1 except that it removes some rarely used characters (the old currency sign) and replaced it with the Euro sign. The feature request: a function to utf-8 encode a string, that also encodes the euro symbol correctly. -- Edit bug report at http://bugs.php.net/?id=20685&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20685&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20685&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20685&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20685&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20685&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20685&r=support Expected behavior: http://bugs.php.net/fix.php?id=20685&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20685&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20685&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20685&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20685&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20685&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20685&r=isapi
