if you're saying the content that comes from the database is not rendering the characters, then you should check what encoding and collation is used on your database. You should use utf-16 encoding in SQL Server. Yo umay need to create a new database with the correct encoding and the use the new database, it may be difficult to fix an existing database.
Hope it helps,
Joe