G
Greg
I'm having trouble displaying and passing arabic characters from my web
form. I've added requestEncoding="windows-1256"
responseEncoding="windows-1256" to my web.config but it didn't help. I also
added <meta http-equiv="Content-Type" content="text/html;
charset=windows-1256"> to the top of the page and that still didn't fix it.
When I submit a form with arabic text it comes out as %e1%c8 instead of the
text. It also displays like this on the web page.
Anyone know what the problem is?
TIA
form. I've added requestEncoding="windows-1256"
responseEncoding="windows-1256" to my web.config but it didn't help. I also
added <meta http-equiv="Content-Type" content="text/html;
charset=windows-1256"> to the top of the page and that still didn't fix it.
When I submit a form with arabic text it comes out as %e1%c8 instead of the
text. It also displays like this on the web page.
Anyone know what the problem is?
TIA