case insensitive string comparison
Posted: Tue Jun 15, 2004 7:01 am
Hello
I need to compare string in a locale-aware manner.
I was using strcoll.
However, I need a case insensitive string comparison.
Does anyone know of a way to achieve that?
I cannot use strcasecmp because it is not locale-aware.
thanks in advance.
I need to compare string in a locale-aware manner.
I was using strcoll.
However, I need a case insensitive string comparison.
Does anyone know of a way to achieve that?
I cannot use strcasecmp because it is not locale-aware.
thanks in advance.