note 102370 rejected from function.urlencode by danbrown
[email protected] Thu, 10 Feb 2011 08:57:59 -0800
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: brownrl at gmail dot com ---- <?= urlencode( utf8_decode( "é" ) ) ?> This should produce %e9 but instead it produces %E9. How do we get this to work correctly? I have googled for ages.