strnicmp equivalent for UTF-8?

Posted by Jen on Stack Overflow See other posts from Stack Overflow or by Jen
Published on 2010-06-01T21:26:14Z Indexed on 2010/06/01 21:33 UTC
Read the original article Hit count: 116

What do I use to perform a case-insensitive comparison on two UTF-8 encoded sub-strings? Essentially, I'm looking for a strnicmp function for UTF-8.

© Stack Overflow or respective owner

Related posts about c++

Related posts about utf-8