Question
8
Replies
625
Views
Posted: November 7, 2016
Last activity: March 21, 2017
Closed
Saving Japanese characters in SQL Server database
We have an application where we are saving the user data entered in japanese characters to the SQL Server database. However we observed that the data stored is the db appears as '????' . The type of the column is varchar . Is this an expected behaviour? Any quick changes to the db that could help resolve this issue?
***Updated by moderator: Lochan to add Categories***
Hi ,
Please verify the character set at Database end. If it is not UTF-8, set to UTF-8 and test the scenario.
http://support.etouch.net/cm/wiki/?id=43321