Don't modify the current locale. (#389300)

2006-12-27  Matthias Clasen  <mclasen@redhat.com>

        * glib/gunicollate.c (g_utf8_collate_key): Don't modify
        the current locale.  (#389300)
This commit is contained in:
Matthias Clasen
2006-12-27 05:12:47 +00:00
committed by Matthias Clasen
parent 33acbf5b76
commit d1be55cccb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2006-12-27 Matthias Clasen <mclasen@redhat.com>
* glib/gunicollate.c (g_utf8_collate_key): Don't modify
the current locale. (#389300)
2006-12-26 Matthias Clasen <mclasen@redhat.com>
* glib/gutf8.c: Add hints for locale-dependent interfaces.