update comment preceding mixed_to_glyph()

This commit is contained in:
nhmall
2023-09-25 08:42:07 -04:00
parent 882b4a3436
commit 234c0da66f
+5 -3
View File
@@ -1564,10 +1564,12 @@ menuitem_invert_test(
} }
/* /*
* helper routine if a window port wants to extract the unicode * helper routine if a window port wants to extract the glyph
* representation from a glyph representation in the string; * information from a glyph number representation in the string;
* the returned string is the remainder of the string after * the returned string is the remainder of the string after
* extracting the \GNNNNNNNN information. * extracting the \GNNNNNNNN information. The glyph details,
* including the utf8 representation under ENHANCED_SYMBOLS,
* will be stored in the glyph_info struct pointed to by gip.
*/ */
const char * const char *
mixed_to_glyphinfo(const char *str, glyph_info *gip) mixed_to_glyphinfo(const char *str, glyph_info *gip)