> 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
> 
If these links are being auto-generated from your content titles, it is 
sometimes referred to as a "slug" - 
http://en.m.wikipedia.org/wiki/Slug_(web_publishing)

You'll find code in wordpress and other open source apps for handling the 
transliteration of slugs that can do it without iconv, but that is a pretty 
good route if you have it available.

_______________________________________________
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