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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -