<div dir="ltr"><br class="gmail_msg"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So what's Python doing? Is it a codepoint ordering?<br class="gmail_msg">
</blockquote><div><br></div><div>...ya...how is the python interpreter supposed to know what language strings are in? There is a unique ordering of unicode strings defined by the unicode standard, AFAIK.<br></div><div>If you want to sort by natural language ordering, see here: <a href="https://pypi.python.org/pypi/natsort">https://pypi.python.org/pypi/natsort</a> </div></div></div>