os_locale_strcmp [function]
os_locale_strcmp( string a, string b )
compare two strings using locale to return correct sign for inequalities (good for language-correct sorting)
- expected encoding depends on the platform and the locale that is currently set
- wraps the C library function strcoll