Re: String conversion with HTML entities
Re: String conversion with HTML entities
- Subject: Re: String conversion with HTML entities
- From: Daniel Muller <email@hidden>
- Date: Fri, 3 Jan 2003 17:45:53 +0100
URLEncoder.encode() does only encoding for URL, for example if you have
spaces or special characters,
not really for text.
I'd like to convert:
"en frangais" -> "en français"
^ ^^^^^^^^
"What's Up Doc?" -> "What’s Up Doc?"
^ ^^^^^^^
Any idea?
Thanks.
Daniel
--
On 3.01.2003, at 03:41 Art Isbell wrote:
On Thursday, January 2, 2003, at 12:13 AM, Daniel Muller wrote:
I'd like to convert string with high ascii characters with the
corresponding HTML entities:
Maybe java.net.URLEncoder.encode() does what you want.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.