[email protected]
New Member
two text fields of a MyISAM table with utf8_general_ci interclassement are imported choosing UTF-8 Universal Alphabet (Unicode UTF8).
All accented french characters are lost in the list.
Is it necessary to add this type of SQL Command, SET CHARACTER SET `utf8`, before the SELECT command.
Usually, my connection on this database include these declarations :
SET CHARACTER SET `utf8`
SET NAMES `utf8`
Thanks for any help
All accented french characters are lost in the list.
Is it necessary to add this type of SQL Command, SET CHARACTER SET `utf8`, before the SELECT command.
Usually, my connection on this database include these declarations :
SET CHARACTER SET `utf8`
SET NAMES `utf8`
Thanks for any help