Hello,
I have problems when I read from my mssql table a string with a letter with accent. The same happens when i insert a string like this in my table from php. How can i solve it? 😕
I don't like to store my string in html format.
Thanks!
set the language parameter on the db to accept european charactersets or UTF - 8
Check the docs for MSSQL