summaryrefslogtreecommitdiff
path: root/glib/gen-unicode-tables.pl
AgeCommit message (Expand)AuthorFilesLines
2014-06-28unicode: Switch compose_second_single to gunicharChristian Persch1-4/+1
2014-06-28unicode: Move gscripttable.h generation into main scriptChristian Persch1-3/+126
2014-06-28unicode: Simplify width table generationChristian Persch1-3/+94
2014-01-31Restore executability for other filesColin Walters1-0/+0
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2012-10-03unicode: Add new line breaking class from unicode 6.2Christian Persch1-0/+1
2012-02-26unicode: Add new line break classes from Unicode 6.1.0Christian Persch1-0/+2
2011-07-22Don't use deprecated G_UNICODE_COMBINING_MARKBehdad Esfahbod1-1/+1
2011-07-21Bug 655076 - Our normalization code misses some Full_Composition_Exclusion=True.Behdad Esfahbod1-0/+4
2011-07-14Remove comp_step_table tableBehdad Esfahbod1-14/+1
2011-07-14Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()Matthias Clasen1-0/+40
2011-01-21Update to Unicode 6.0Behdad Esfahbod1-38/+41
2005-11-04Apply a patch from Behdad Esfahbod to use a faster lookup table forMatthias Clasen1-35/+1
2005-10-01Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod1-1/+6
2004-01-30Size compose_table correctly. (#123421, Simon Josefsson)Noah Levitt1-5/+7
2003-09-12Take a directory where to look for the unicode files on the command lineNoah Levitt1-13/+33
2003-09-12Add g_unichar_get_mirror_char. (#114749)Noah Levitt1-2/+34
2003-07-31Update Unicode data to 4.0. (#107974)Noah Levitt1-103/+210
2002-12-06Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)Owen Taylor1-0/+2
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede1-1/+1
2001-11-21Patch from Andrew Taylor to optimize the decomposition table to eliminateOwen Taylor1-6/+15
2001-11-14Patch from Andrew Taylor to improve tables and reduce relocations by usingOwen Taylor1-33/+48
2001-09-26Patch from Andrew Taylor to make much of the unicode table data const soOwen Taylor1-13/+13
2001-09-02Fix some variables that should have been static.Owen Taylor1-5/+5
2001-07-02Use G_N_ELEMENTS rather than a custom macro.Owen Taylor1-53/+589
2000-11-29s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/Havoc Pennington1-0/+609