mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Take zerowidth and double-width chars into consideration when computing
2007-01-03 Behdad Esfahbod <behdad@gnome.org> * glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth), (calculate_max_length), (print_entry), (print_help): Take zerowidth and double-width chars into consideration when computing width of a string. Also fix another bug in width computation. * glib/guniprop.c (g_unichar_iszerowidth): Fix typo. It was not working correctly. svn path=/trunk/; revision=5204
This commit is contained in:
committed by
Behdad Esfahbod
parent
a0c60a62d6
commit
d2a9b31e61
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2007-01-03 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth),
|
||||
(calculate_max_length), (print_entry), (print_help): Take zerowidth
|
||||
and double-width chars into consideration when computing width of a
|
||||
string. Also fix another bug in width computation.
|
||||
|
||||
* glib/guniprop.c (g_unichar_iszerowidth): Fix typo. It was not
|
||||
working correctly.
|
||||
|
||||
2007-01-03 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/glib.symbols:
|
||||
|
Reference in New Issue
Block a user