From 234c0da66f3097cd2337a2dde1b98fa646415437 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 25 Sep 2023 08:42:07 -0400 Subject: [PATCH] update comment preceding mixed_to_glyph() --- src/windows.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/windows.c b/src/windows.c index 40c0e1d62..11892a1fd 100644 --- a/src/windows.c +++ b/src/windows.c @@ -1564,10 +1564,12 @@ menuitem_invert_test( } /* - * helper routine if a window port wants to extract the unicode - * representation from a glyph representation in the string; + * helper routine if a window port wants to extract the glyph + * information from a glyph number representation in the string; * 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 * mixed_to_glyphinfo(const char *str, glyph_info *gip)