On Thu, Nov 10, 2011 at 4:11 PM, Peter Sawczynec <p...@blu-studio.com> wrote:

> Recently came across the issue where utf8 characters were getting
> outputted into links like so:****
>
> http://example.com/ãcenar [<< where the "a" is a special character],
> which a browser can turn to links like so: ****
>
> http://example.com/ã�cenar ****
>
> ** **
>
> In researching, I have found that browsers do not handle special utf8
> characters in urls very well.****
>
>
>
Seems like this is exactly what urlencode() is for, no?
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to