Re: accent and Request.Form
- From: Joerg Jooss <news-reply@xxxxxxxxxxxxx>
- Date: Fri, 3 Mar 2006 19:38:50 +0000 (UTC)
Thus wrote Franz,
i have an html page that send datas from a form to an aspx page.
when, in aspx page, i take the value with Request.Form.Item("Nome") i
can't get the accents.
let's say, if i type the string "pietà", when i get it in the aspx
page i see "piet"
does anybody knows how can i fix this?
The client is using the wrong request encoding. Insert
<meta id="Meta" runat="server" http-equiv="content-type" content="text/html; charset=UTF-8" />
in the <head /> of your HTML form.
Cheers,
--
Joerg Jooss
news-reply@xxxxxxxxxxxxx
.
- Follow-Ups:
- Re: accent and Request.Form
- From: franz
- Re: accent and Request.Form
- References:
- accent and Request.Form
- From: franz
- accent and Request.Form
- Prev by Date: how to program to make web go to previous page in ASP 2.0 ?
- Next by Date: Re: Mail sent through IIS virtual SMTP server not arriving
- Previous by thread: Re: accent and Request.Form
- Next by thread: Re: accent and Request.Form
- Index(es):
Relevant Pages
|
|