Je ne suis pas sur que ca change grand chose vu la suite que tu n'as pas cité If you have filenames encoded in the encoding of your locale, then
you may want to set the G_FILENAME_ENCODING environment variable:
(Earlier versions of GLib 2.x required a different environment variable
setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this
is still supported, but G_FILENAME_ENCODING is preferred.)
De ce que je comprend, ils ont donc juste changé le nom de la variable...
[^] # Re: UTF-8 le standard des noms de fichier
Posté par Pascal Terjan . En réponse à la dépêche GTK+ 2.6 est disponible. Évalué à 10.
If you have filenames encoded in the encoding of your locale, then
you may want to set the G_FILENAME_ENCODING environment variable:
G_FILENAME_ENCODING=@local
export G_FILENAME_ENCODING
(Earlier versions of GLib 2.x required a different environment variable
setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this
is still supported, but G_FILENAME_ENCODING is preferred.)
De ce que je comprend, ils ont donc juste changé le nom de la variable...