Re: encoding german http query parameters

2003-09-09 Thread Joerg Heinicke
I guess you build URLs using request parameters with German letters (something like ). This URL is encoded using UTF-8, while you have your documents encoded in ISO-8859-1 (configured at the serializer). If all these guesses are true you have different possibilities: 1. Replace the pure links

encoding german http query parameters

2003-09-09 Thread jakarta
I produce a webpage with links with German letters in the href attribute. The German letters are not encoded when cocoon sends the request. What shall I do to get this encoding, which is done for the normal text in the HTML-Page