|
Home > Archive > IIS ASP > August 2004 > ASP and unicode
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Sunil Jain 2004-08-27, 6:17 pm |
| I am having trouble displaying unicode characters on the
browser.
I am storing unicode data (Japanese, Chinese and Korean)
in the native format. I have an ASP page that runs a query
to get this data and display it on my webpage. But, the
output comes as junk.
Any solutions for that.
It is interesting for me that if i run the same query in
Enterprise Manager, i get the correct data whereas running
it in the Query Analyzer gives me junk.
Any help will be appreciated.
Thanks
| |
| David Morgan 2004-08-27, 6:17 pm |
| Search the web for this. ASP does not support Unicode, but it can display
Unicode when read from a file.
"Sunil Jain" <anonymous@discussions.microsoft.com> wrote in message
news:0ea201c48ba9$27bc6b10$a301280a@phx.gbl...
> I am having trouble displaying unicode characters on the
> browser.
>
> I am storing unicode data (Japanese, Chinese and Korean)
> in the native format. I have an ASP page that runs a query
> to get this data and display it on my webpage. But, the
> output comes as junk.
>
> Any solutions for that.
>
> It is interesting for me that if i run the same query in
> Enterprise Manager, i get the correct data whereas running
> it in the Query Analyzer gives me junk.
>
> Any help will be appreciated.
>
> Thanks
>
>
>
| |
|
| Thanks for your help
>-----Original Message-----
>Search the web for this. ASP does not support Unicode,
but it can display
>Unicode when read from a file.
>
>
>"Sunil Jain" <anonymous@discussions.microsoft.com> wrote
in message
>news:0ea201c48ba9$27bc6b10$a301280a@phx.gbl...
query[vbcol=seagreen]
running[vbcol=seagreen]
>
>
>.
>
|
|
|
|
|