Re: How to remove accents from characters (i.e. ñ --> n)
Re: How to remove accents from characters (i.e. ñ --> n)
- Subject: Re: How to remove accents from characters (i.e. ñ --> n)
- From: John Fox <email@hidden>
- Date: Thu, 22 Dec 2005 04:29:22 -0800
Hello All:
Many many thanks to all that responded. It seems that Mapquest URL's
only handle ASCII characters. No URL escape, or Unicode escape can be
used. So, what I'm going to do is manually replace the ß (and
possibly other characters if I need to) then convert the string to
ASCII.
MSN Maps, by contrast, does support percent escaping into Unicode.
Can someone suggest a method or CF function that does this?
e.g. ñ --> %u00f1
Thanks again for all the help, I really appreciate it.
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden