Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Data entered in other languages

Author  Topic 

engcanada
Starting Member

39 Posts

Posted - 2009-06-19 : 12:11:38
When someone enters text in Korean via a form the sql server 2005 field records it in some numbers(#49688,,#52393,,,) however and the application pages shows it some in Korean characters, some in commas etc(PD?,,?,,, ).
The application page has the following Charest:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
Do I need to configure the setting for the database or the application pages?

Regards
   

- Advertisement -