On Tue, Mar 20, 2012 at 9:35 AM, Hajo Locke <[email protected]> wrote: > >>> Use links that are URL-encoded with the proper bytes so clients don't >>> have to choose the codepage to request in. > > > hmm, but when typing url directly in browser in most cases utf8 is used by > browser. > how to solve this?
You could try rewriting utf-8 representation of umlaut [or other common char people type into the URL directly] into your local codepage representation. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
