summaryrefslogtreecommitdiff
path: root/glib/gunidecomp.h
Commit message (Expand)AuthorAgeFilesLines
* unicode: Avoid adding trailing spaces to tables definitionsMarco Trevisan (Treviño)2022-09-151-681/+681
* unicode: Update data to Unicode 15Marco Trevisan (Treviño)2022-09-151-1166/+1309
* Update to Unicode 14Matthias Clasen2021-09-211-1405/+1519
* glib: Update Unicode Character Database to version 13.0.0Philip Withnall2020-03-181-3839/+3905
* glib: Update Unicode Character Database to version 12.1.0Philip Withnall2019-05-081-4315/+4317
* glib: Update Unicode Character Database to version 12.0.0Philip Withnall2019-04-291-1060/+1101
* unicode: Update to unicode 11.0.0Rico Tzschichholz2018-07-181-47/+86
* unicode: Update to unicode 10.0.0Rico Tzschichholz2017-07-051-23/+49
* unicode: Update to unicode 9.0.0Rico Tzschichholz2016-09-211-986/+1028
* Update to Unicode 8.0Matthias Clasen2015-10-041-19/+34
* unicode: Update to unicode 7.0.0Christian Persch2014-06-281-3808/+3973
* unicode: Update to unicode 6.2.0 betaChristian Persch2012-10-031-3626/+3817
* Remove comp_step_table tableBehdad Esfahbod2011-07-141-1020/+0
* Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()Matthias Clasen2011-07-141-0/+3080
* Update to Unicode 6.0Behdad Esfahbod2011-01-211-5782/+6173
* Update to final Unicode Character Database 5.0.0. (#336281)Behdad Esfahbod2006-07-191-7385/+7766
* Update Unicode data to 4.0. (#107974)Noah Levitt2003-07-311-6255/+9984
* 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-3486/+6224
* Patch from Andrew Taylor to improve tables and reduce relocations by usingOwen Taylor2001-11-141-523/+512
* Patch from Andrew Taylor to make much of the unicode table data const soOwen Taylor2001-09-261-21/+21
* Use G_N_ELEMENTS rather than a custom macro.Owen Taylor2001-07-021-1311/+3487
* s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/Havoc Pennington2000-11-291-1286/+1388
* Several minor ANSI C fixes.Martin Baulig2000-09-291-1266/+1266
* Initial pass at adding unicode support functions. A few things still needOwen Taylor2000-06-211-0/+1755