From: <Web...@St...> - 2005-05-26 10:21:58
|
| | | I have actually done a similar introspection hack on the | | URLEncode and URLDecode methods in the TextTool to get around the | | annoying deprecation messages. There is probably a slight amount of | | overhead incurred by this, so I haven't decided whether to commit it or not. The deprecation warning is warranted: it doesn't take charset into account, which it definately should. We made a new tool for the encoding-part, too, that works on all java versions (rather simple thing). Since WM knowns which encoding is in use, URLs should in general be encoded using the same encoding. A file is included. Endre. |