6. strcoll and strxfrm

strcoll() compares two strings using a comparison rule that depends on the current locale.

strxfrm() transforms a string based on the current locale.

strcoll() and strxfrm() are not discussed further in this document.