Would you like signs with those chars?
Would you like signs with those chars?
Posted Oct 25, 2022 16:10 UTC (Tue) by khim (subscriber, #9252)In reply to: Would you like signs with those chars? by dvdeug
Parent article: Would you like signs with those chars?
> It's not looking for ASCII letters; it's looking for 'i', 'n', 't', or the identifier in Unicode.
Only identifier is not “Unicode”. It's alpha or Unicode then alnum or Unicode (where Unicode is defined as “anything with a high bit set”).
Doxygen does that with lex, but in simpler cases you may do the same with ctype.h.
