summaryrefslogtreecommitdiff
path: root/glib/gen-unicode-tables.pl
Commit message (Expand)AuthorAgeFilesLines
* unicode: Add new line breaking class from unicode 6.2Christian Persch2012-10-031-0/+1
* unicode: Add new line break classes from Unicode 6.1.0Christian Persch2012-02-261-0/+2
* Don't use deprecated G_UNICODE_COMBINING_MARKBehdad Esfahbod2011-07-221-1/+1
* Bug 655076 - Our normalization code misses some Full_Composition_Exclusion=True.Behdad Esfahbod2011-07-211-0/+4
* Remove comp_step_table tableBehdad Esfahbod2011-07-141-14/+1
* Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()Matthias Clasen2011-07-141-0/+40
* Update to Unicode 6.0Behdad Esfahbod2011-01-211-38/+41
* Apply a patch from Behdad Esfahbod to use a faster lookup table forMatthias Clasen2005-11-041-35/+1
* Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod2005-10-011-1/+6
* Size compose_table correctly. (#123421, Simon Josefsson)Noah Levitt2004-01-301-5/+7
* Take a directory where to look for the unicode files on the command lineNoah Levitt2003-09-121-13/+33
* Add g_unichar_get_mirror_char. (#114749)Noah Levitt2003-09-121-2/+34
* Update Unicode data to 4.0. (#107974)Noah Levitt2003-07-311-103/+210
* Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)Owen Taylor2002-12-061-0/+2
* glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede2002-03-131-1/+1
* Patch from Andrew Taylor to optimize the decomposition table to eliminateOwen Taylor2001-11-211-6/+15
* Patch from Andrew Taylor to improve tables and reduce relocations by usingOwen Taylor2001-11-141-33/+48
* Patch from Andrew Taylor to make much of the unicode table data const soOwen Taylor2001-09-261-13/+13
* Fix some variables that should have been static.Owen Taylor2001-09-021-5/+5
* Use G_N_ELEMENTS rather than a custom macro.Owen Taylor2001-07-021-53/+589
* s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/Havoc Pennington2000-11-291-0/+609