Inserting Norwegian characters
in my application through browser input (php
) works fine (json
data subsequently returned by the server is correct). But when I insert data using MYSQL dump
the records get corrupted, and json returned by the server then shows NULL
in place of the Norwegian characters
.
Any ideas?