Hebrew Text from MS ACCESS shows ???? in ASP

M

Michael Groysman

Hello. I am working in classic asp. Some of the field values inserted in
hebrew language(for mutli lang. site). It shows question marks or other
symbols inside asp page. I tried different codepage and charset commands but
it does not work. Please advise.
Michael
 
A

Anthony Jones

Michael Groysman said:
Hello. I am working in classic asp. Some of the field values inserted in
hebrew language(for mutli lang. site). It shows question marks or other
symbols inside asp page. I tried different codepage and charset commands but
it does not work. Please advise.
Michael

If you look at the data directly using MS Access does it look ok?

For a multilanguage site:-

Ensure each page is saved using the UTF-8 encoding and have the @Codepage =
65001 directive at the top.
Each page should specify Response.CharSet = "UTF-8"
 
E

Evertjan.

Michael Groysman wrote on 13 jul 2007 in
microsoft.public.inetserver.asp.general:
Hello. I am working in classic asp. Some of the field values inserted
in hebrew language(for mutli lang. site). It shows question marks or
other symbols inside asp page. I tried different codepage and charset
commands but it does not work.

You did not tell us what codes you tried
Please advise.

Read here:

<http://www.thescripts.com/forum/thread127180.html>

<http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/
iis/maintain/featusability/interasp.mspx>
 
M

Michael Groysman

thank you. it works
Michael


Anthony Jones said:
If you look at the data directly using MS Access does it look ok?

For a multilanguage site:-

Ensure each page is saved using the UTF-8 encoding and have the @Codepage
=
65001 directive at the top.
Each page should specify Response.CharSet = "UTF-8"
 

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,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top