After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 655025 - #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
#define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-07-21 04:16 UTC by Behdad Esfahbod
Modified: 2011-07-21 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2011-07-21 04:16:14 UTC
Spacing_Mark is the current correct name according to Unicode.  No idea where Combining_Mark came from.  ICU calls it Spacing_Combining_Mark, suggesting that the confusion has some root in some older version of docs...
Comment 1 Matthias Clasen 2011-07-21 04:54:46 UTC
no objections, feel free to add that extra name. not sure if its worth deprecating the old one.
Comment 2 Behdad Esfahbod 2011-07-21 05:17:13 UTC
Agree.  I'll add as an enum value.  Not sure what the implications for C++ are.
Comment 3 Behdad Esfahbod 2011-07-21 14:33:21 UTC
Fixed.

commit 3af40c204dab8fbd3bec0dceb7cbed0896178a4b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Jul 21 10:30:36 2011 -0400

    Bug 655025 - #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK