====== Sorting ====== ===== Alphabetically ===== * [[https://stackoverflow.com/questions/701704/convert-html-entities-to-unicode-and-vice-versa|Convert HTML entities to Unicode and vice versa]] * Python cookbook: [[https://www.safaribooksonline.com/library/view/python-cookbook-2nd/0596007973/ch01s24.html|Encoding Unicode Data for XML and HTML]] * [[https://stackoverflow.com/questions/22203550/sort-dictionary-by-key-using-locale-collation|Sort dictionary by key using locale collation]] * [[https://stackoverflow.com/questions/1097908/how-do-i-sort-unicode-strings-alphabetically-in-python/8535192|How do I sort unicode strings alphabetically in python]] * [[http://stupidpythonideas.blogspot.com/2014/12/the-updated-truth-about-unicode-in.html|The updated truth about unicode]] * [[http://www.unicode.org/reports/tr10/|Unicode Technical Standard #10 UNICODE COLLATION ALGORITHM]] * [[https://norasandler.com/2017/11/02/Around-the-with-Unicode.html|Around the 🌎 with Unicode]] * The Python 3 Standard Library by Example: [[https://books.google.si/books?id=KtcnDwAAQBAJ&pg=PT221&lpg=PT221&dq=python+sort+collation&source=bl&ots=wzbgiL9Trq&sig=7UZF15F7tZc734x9TUuzf-6ak0k&hl=en&sa=X&ved=0ahUKEwiC4NesoK7cAhVJFiwKHWZYCqM4FBDoAQgnMAA#v=onepage&q=python%20sort%20collation&f=false|collation order]]