php - How to insert UNICODE characters to SQL db? -


I want to create a universal database in which I will keep the data from many countries, so let me write the Unicode charset .

I need some help to figure out what is the best way to work with things and how my questions will be affected (some sql example

thanks

Just put an N infront of the string, memetable value (n "xxx") in some INSTERT and make sure your column type is nvarchar


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -