The problem is I have to test automatically that the content on the
database is the same that the content it was entered on the webpage and
I don’t want to do something easy like replace characters.
I found the problem.
The language of the client and the server were different so I had to
change the value on the client side in regedit.
It’s probably also a good idea to check character encoding of the
database and / or column because that affects how comparisons are done
and what characters you can store inside.