Forums
This topic is locked
Displaying multiple language sets on a single page
Posted 27 Sep 2006 14:29:12
1
has voted
27 Sep 2006 14:29:12 Matt Bristow posted:
HiI need to display russian (Cyrillic), Czech (non western), Polish (non western) and Western characters on a single page. I have tried UTF-8 as the Page encode but it puts everything into garbage.
All the data is held in an SQL database as we need to run independant reports.
I have tried the following also:
Stojkovičová stored in database gives correct characters in asp page of Stojkovičová but no good to run database reports
Store Stojkovičová in database which is fine for the database based reports but it displays Stojkovicová incorrectly on the asp page
Is the problem with the code on the asp page or the language settings on the SQL Server?
Any ideas at all, as this is driving me crazy
Replies
Replied 03 Oct 2006 21:13:28
03 Oct 2006 21:13:28 Matt Bristow replied:
I found a solution