How to sort utf-8 string on Google App Engine in Python? I am trying use local but I think it will not work and number of supported languages is too small.
I am trying to use pyuca but it to fat to use - reload 1MB each time to use only 1%% for sorting.
Is there some light weight pure python libraries or it is supported in Google App Engine in some way.
If you think that you have good algorithm it will pass this test (you can shuffle string for tests):
alphabet = u'AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż'
Any suggestion is welcome I will test it. This aplhabet is 'pl_pl'/'polish'.