Hebrew Form Post

J

Jon

Need some help with posting a .asp form with Hebrew form values to an
Access database. When I post it, and do the insert - garbage goes into
the database. I can sucessfully read from the db - prefacing a all my
response.writes with a server.HTMLEncode call. Help!
 
E

Egbert Nierop \(MVP for IIS\)

Hi,

This should be quite simple

put a meta at the top of your page
1) use unicode! this is modern and it simply works
<% @ codepage=65001 %>

<% Response.Charset= "utf-8"

' Rest of your page comes here...
%>

2) method use hte hebrew codepage
windows-1255
<% @ codepage=1255 %>

<% Response.Charset= "windows-1255"

%>

Now your browser should not post 'garbage' anymore to your webserver.
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top