Hi all, we are moving our code base to python3 and for python3 there is not available QString anymore. We used the function QString.localeAwareCompare() for sorting strings. However, with python3 we cannot use that function from QString anymore. Is there any way to use localeAwareCompare() function with python3? Thanks in advance, Regards Martin