Posted on: 11/30/2014 12:44:49 AM | Views : 611

Platform: developer's windows 8.1 pc with visual studio 2012 pro, .net 4.5, sql express 2012 express and localDB
in a textbox, say textTbx on a  windows form, if there is Unicode like \U2221, I can have to save to file and read back without change using textTbx.Text value.
however for the content in the textTbx.Text value, upon saving to SQL Server 2012 Express LocalDB, and then retrieved, the content gets changed for some Unicode like  U2221. it get translated to the plain - instead of keeping as -.
what  parameter do I need to setup to make sure it keep such character as is?

Go to the complete details ...