| Author |
String encoding in unicode format
|
chnaresh Cheedella
Greenhorn
Joined: Nov 01, 2006
Posts: 7
|
|
Hi , I want a method in java which will exactly work same as javascript's escape() method. Please help me.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Not an advanced question. Moving...
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Getting something that work exactly as the JavaScript escape function does will be hard - since it only works with ASCII characters. However [URL=http://java.sun.com/j2se/1.5.0/docs/api/java/net/URLEncoder.html#encode(java.lang.String, java.lang.String)]URLEncoder[/url] does that same sort of thing. [ November 14, 2006: Message edited by: Paul Sturrock ] [ November 14, 2006: Message edited by: Paul Sturrock ]
|
 |
 |
|
|
subject: String encoding in unicode format
|
|
|