Asian Characters not displaying correctly
Asian Characters not displaying correctly
am 02.06.2005 00:28:01 von Ashok
I use ASP to get to an oracle database using ADO. I am trying to dissplay a
record which has mixed characters - Asian, spanish, English etc.
I have set the session.codepage to 65001 and the meta tag to uf-8 as well.
Yet I am not seeing the mixed characters. I see inverted question marks
instead.
I am on a win XP Pro SP2 system running IIS 5.1
Any help is welcome. thanks.
Re: Asian Characters not displaying correctly
am 19.06.2005 10:42:48 von Jon
VERY DELAYED REPLY!
Have you got the language packs / files installed for the relevant language?
Check your regional / language settings
--
Jon
warpedpixel@gmail.com
Look at that dead pixel on your screen! *SLAP* Gotcha!
"Ashok" wrote in message
news:9F6A95B5-0CD5-4FEB-812C-119EB96CB6A0@microsoft.com...
>I use ASP to get to an oracle database using ADO. I am trying to dissplay a
> record which has mixed characters - Asian, spanish, English etc.
>
> I have set the session.codepage to 65001 and the meta tag to uf-8 as well.
> Yet I am not seeing the mixed characters. I see inverted question marks
> instead.
>
> I am on a win XP Pro SP2 system running IIS 5.1
>
> Any help is welcome. thanks.
RE: Asian Characters not displaying correctly
am 20.06.2005 20:09:05 von Ashok
Thankyou for your response. I fixed it. Apparently microsoft's odbc driver
for oracle does not support utf-8. I downloaded and installed oracle's odbc
driver and that did the trick.
"Ashok" wrote:
> I use ASP to get to an oracle database using ADO. I am trying to dissplay a
> record which has mixed characters - Asian, spanish, English etc.
>
> I have set the session.codepage to 65001 and the meta tag to uf-8 as well.
> Yet I am not seeing the mixed characters. I see inverted question marks
> instead.
>
> I am on a win XP Pro SP2 system running IIS 5.1
>
> Any help is welcome. thanks.
Re: Asian Characters not displaying correctly
am 25.06.2005 21:12:25 von Jon
Glad you got it sorted! I'll bear that bit of info i mind in future! :o)
--
Jon
warpedpixel@gmail.com
Look at that dead pixel on your screen! *SLAP* Gotcha!
"Ashok" wrote in message
news:4CF7C5EE-32E9-42CB-B3A3-8D236244FA09@microsoft.com...
> Thankyou for your response. I fixed it. Apparently microsoft's odbc driver
> for oracle does not support utf-8. I downloaded and installed oracle's
> odbc
> driver and that did the trick.
>
>
> "Ashok" wrote:
>
>> I use ASP to get to an oracle database using ADO. I am trying to dissplay
>> a
>> record which has mixed characters - Asian, spanish, English etc.
>>
>> I have set the session.codepage to 65001 and the meta tag to uf-8 as
>> well.
>> Yet I am not seeing the mixed characters. I see inverted question marks
>> instead.
>>
>> I am on a win XP Pro SP2 system running IIS 5.1
>>
>> Any help is welcome. thanks.