Re: [xsl] url encoding gets wrong with åöä?

Subject: Re: [xsl] url encoding gets wrong with åöä?
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 9 Jun 2006 09:22:11 +0100
On 6/9/06, Niklas Holmberg <Niklas.Holmberg@xxxxxxxxx> wrote:

Checked in a hex editor and each EDVedv is shown as "??" (3F 3F). Any suggestions from there?

Now it's time to move back a level to the previous item to handle the content. Work backwards (or forwards from the start) checking the bytes at each point. The learning curve for solving encoding issues is very steep, but once you are at the top everythnig becomes much clearer.

As ASP is involved, I would suspect you haven't set the encoding there
and its using the platform default encoding.

Current Thread