Re: [Ginp-developers] Version 0.2 is released
Brought to you by:
burchbri,
dougculnane
From: Doug C. <do...@cu...> - 2005-01-21 09:22:15
|
>> I fixed the '+' encoding bug... the right way. I strongly >> recommend we do a 0.21 release before people hand out lots of >> permalinks using your custom encoding. > > > Using the standard encoder is more elegant than my encoding. I was > confused because the links were passed through an encoder but it did > not do the + char. I can confirm that it works with my test files > with funny names. The German Chars do not work. I tried changing the > URLDecoder.decode(parameterValue,"UTF-8"); methods to ISO-8859-1 but > it did not help. > From the JDK JavaDocs: /*Note:* The World Wide Web Consortium Recommendation <http://www.w3.org/TR/html40/appendix/notes.html#non-ascii-chars> states that UTF-8 should be used. Not doing so may introduce incompatibilites./ Therefore German file names are not supported, and therefore I will add a note in the documentation. -- Doug Culnane do...@cu... www.culnane.net |