c - What should I use instread of g_strncasecmp? -


It looks like g_strncasecmp dislikes, so I'm looking for another function to do the same thing.

from docs

"Therefore there are two replacement functions: g_ascii_strncasecmp (), which Only works on ASCII and locale-sensitive, and g_utf8_casefold (), which is good for UTF-8 case-insensitive sorting. "


Comments