Umlaut and accented characters are scrambles by the form transmission.

A

Anna Kavan

I have data displayed in a list box on a UTF-8 encoded page as:

Lansförsäkringar Bank & Försäkring

These exist are pure ASCII, (without using HTML entities)

The data is transmitted to another page using javascript submit():

getObj("frmSearch").submit()

On receipt the data is now displayed as:

Lansf%u00f6rs%u00e4kringar Bank %26 F%u00f6rs%u00e4kring

The data is being received using the statement:

string _SP_PensionFundName = FormData[iIndex]

Where FormData is a NameValueCollection, in particular it is
Request.Form

What is the solution to my problem?, please, pretty please.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top