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

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

am 13.07.2007 09:02:45 von 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

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

am 13.07.2007 09:07:04 von Anthony Jones

"Michael Groysman" wrote in message
news:udBh2NRxHHA.4300@TK2MSFTNGP04.phx.gbl...
> 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"




--
Anthony Jones - MVP ASP/ASP.NET

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

am 13.07.2007 09:37:56 von exjxw.hannivoort

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:



iis/maintain/featusability/interasp.mspx>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

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

am 13.07.2007 14:44:08 von Michael Groysman

thank you. it works
Michael


"Anthony Jones" wrote in message
news:e22EsxRxHHA.312@TK2MSFTNGP04.phx.gbl...
>
> "Michael Groysman" wrote in message
> news:udBh2NRxHHA.4300@TK2MSFTNGP04.phx.gbl...
>> 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"
>
>
>
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>