-
script encoding message
Je suis entrain d'éxécuter un script à partir d'un fichier .sql. J'ai obtenu ce message:
The script editor only supports text in the UTF-8 encoding.
You may select the encoding of the file and OK to convert it.
et une liste des encoding apparait.
Comment je peux savoir l'encoding convenable pour le choisir?
Merci.
-
A priori, si c'est pas de l'UTF8, c'est du latin1 (également appelé ISO-8859-1). Mais en fait tout dépend d'où vient ton fichier .sql.
-
Oui, c'était Latin1.
Merci