GNOME Bugzilla – Bug 655025
#define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
Last modified: 2011-07-21 14:33:21 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...
no objections, feel free to add that extra name. not sure if its worth deprecating the old one.
Agree. I'll add as an enum value. Not sure what the implications for C++ are.
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