summaryrefslogtreecommitdiff
path: root/tests/casemap.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-01-22Update Unicode tests to 6.02.27.92Matthias Clasen1-7/+33
2008-05-27Update to Unicode 5.1Matthias Clasen1-6/+221
svn path=/trunk/; revision=6944
2006-05-032.11.0GLIB_2_11_0Matthias Clasen1-15/+65
2005-10-01Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod1-41/+340
2005-10-01 Behdad Esfahbod <behdad@gnome.org> * docs/reference/glib/tmpl/unicode.sgml: * glib/gen-unicode-tables.pl: * glib/gunibreak.h: * glib/gunichartables.h: * glib/gunicode.h: * tests/casefold.txt: * tests/casemap.txt: Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That may break some applications, like Pango <= 1.10.
2003-09-10Unicode 4.0 special casing. (#114681)Noah Levitt1-0/+24
2003-09-10 Noah Levitt <nlevitt@columbia.edu> * glib/gunicodeprivate.h: * glib/gunicollate.c: * glib/gunidecomp.c: * glib/guniprop.c: * tests/casemap.txt: * tests/gen-casemap-txt.pl: Unicode 4.0 special casing. (#114681) * glib/gunicodeprivate.h: Use a private header instead of extern function declarations (_g_utf8_normalize_wc, _g_unichar_combining_class).
2003-08-06Add test for special case not at inital position in the string, the bugNoah Levitt1-0/+2
2003-08-06 Noah Levitt <nlevitt@columbia.edu> * tests/casemap.txt: * tests/gen-casemap-txt.pl: Add test for special case not at inital position in the string, the bug just fixed. (#118957)
2003-07-31Update Unicode data to 4.0. (#107974)Noah Levitt1-4/+1117
2003-07-30 Noah Levitt <nlevitt@columbia.edu> * glib/gen-unicode-tables.pl: * glib/gunibreak.c: * glib/gunibreak.h: * glib/gunichartables.h: * glib/gunicode.h: * glib/gunicomp.h: * glib/gunidecomp.c: * glib/gunidecomp.h: * glib/guniprop.c: * tests/casefold.txt: * tests/casemap.txt: * tests/gen-casefold-txt.pl: * tests/gen-casemap-txt.pl: Update Unicode data to 4.0. (#107974)
2001-07-02Use G_N_ELEMENTS rather than a custom macro.Owen Taylor1-0/+1543
Sun Jul 1 20:16:25 2001 Owen Taylor <otaylor@redhat.com> * glib/guniprop.c (g_unichar_totitle): Use G_N_ELEMENTS rather than a custom macro. * glib/gen-unicode-tables.pl: Adapt to changes in table formats for Unicode 3.1 * glib/gunicode.h glib/guniprop.c glib/gunichartables.h glib/gen-unicode-tables.pl: Add case conversion functions g_utf8_casefold, g_utf8_strup, g_utf8_strdown. * tests/unicode-caseconv.c tests/gen-casefold-txt.pl tests/gen-casemap-txt.pl tests/casefold.txt tests/casemap.txt: Test cases for case conversion. * glib/gunicode.h glib/gunidecomp.[ch] glib/gunicomp.h glib/gen-unicode-tables.pl: Add function to do Unicode normalization g_utf8_normalize(). * tests/unicode-normalize.c: Test program for case conversion. * glib/gunicode.h glib/gunicollate.c: Add collation functions g_utf8_collate, g_utf8_collate_key. * test/unicode-collate.c: Test program for collation. * glib/gdate.c (g_date_fill_parse_tokens): Fix uninitialized variable. * glib/gdate.c (g_date_strftime) docs/Changes-2.0.txt: Make work with UTF-8 even if the locale isn't UTF-8 based. Still somewhat of broken, if the format string contains characters not representable in the current locale, will warn and not work. * glib/gdate.c: Use UTF-8 normalization and casefolding.