> Unfortunately, creating your own links does not work with special > characters. While your pages are in ISO-8859-1 and probably work fine > with all forms and stuff since the server also expects ISO-8859-1, these > links get *always* UTF-8 encoded so that you have a mismatch on the > server. >
Hmm I was unaware of this problem, thanks for the info Joerg. > Instead of creating a link with <a href=""> you should create a form > with hidden elements and a button. The form values will get encoded > ISO-8859-1 correctly. Or you set form-encoding to UTF-8 specifically for this pipeline. But given this bug, it is probaby best to only use UTF-8? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
