When I import this sql file in phpMyAdmin the values (containing special chars) are cropped:

Exploring sql imported table/data:

But when the query (contained in the .sql file) is executed in the SQL window the values inserted are correct:

Exploring sql executed table/data:

Why? Thanks in advance.