Fix bug 326747, Alberto Ruiz:
[platform/upstream/glib.git] / ChangeLog
index db2ee8a..19e9ccc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-01-16  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix bug 326747, Alberto Ruiz:
+       
+       * glib/gconvert.c (make_valid_utf8): Change this function to
+       replace unknown characters by the Unicode replacement character
+       instead of '?', and don't append "(invalid encoding)".
+       (g_filename_display_name, g_filename_display_basename): Document
+       how to determine if the filename was in an invalid encoding.
+
 2006-01-14  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gtree.c: Replace the simple recursive implementation