http://www.gtk.org/gtk-2.6.0-notes.html(...) : The assumption of GLib and GTK+ by default is that filenames on the filesystem are encoded in UTF-8 rather than the encoding of the locale; the GTK+ developers consider that having filenames whose interpretation depends on the current locale is fundamentally a bad idea.
Très bien. UTF-8 n'est pas encore assez utilisé par défaut. Ça va "forcer" les autres à utiliser UTF-8.
# UTF-8 le standard des noms de fichier
Posté par itstimetogo . En réponse à la dépêche GTK+ 2.6 est disponible. Évalué à 6.
The assumption of GLib and GTK+ by default is that filenames on the filesystem are encoded in UTF-8 rather than the encoding of the locale; the GTK+ developers consider that having filenames whose interpretation depends on the current locale is fundamentally a bad idea.
Très bien. UTF-8 n'est pas encore assez utilisé par défaut. Ça va "forcer" les autres à utiliser UTF-8.