E
Elie Grouchko
Hi All
I am submitting a form to IIS 5.0, the CODEPAGE is set to 1252 and the
charset is 'iso-8859-1'.
I noticed that if I type information in a language different from English I
get data from the Request.Form collection in the following Unicode format:
'stגד', i.e English characters unchanged and other characters
coded as Unicode characters. If I change the charset to the one that matches
the language in which I am typing (without changing the CODEPAGE) I get the
data in the local character codepage code.
Is it possible to get the data from the Request.Form collection in a
consistent format, independent of the CODEPAGE and charset settings, i.e.
always in the 'גד' format?
Many Thanks
Elie Grouchko
I am submitting a form to IIS 5.0, the CODEPAGE is set to 1252 and the
charset is 'iso-8859-1'.
I noticed that if I type information in a language different from English I
get data from the Request.Form collection in the following Unicode format:
'stגד', i.e English characters unchanged and other characters
coded as Unicode characters. If I change the charset to the one that matches
the language in which I am typing (without changing the CODEPAGE) I get the
data in the local character codepage code.
Is it possible to get the data from the Request.Form collection in a
consistent format, independent of the CODEPAGE and charset settings, i.e.
always in the 'גד' format?
Many Thanks
Elie Grouchko