hint: unicode to ascii with minimal loss of information

Alexander Belchenko bialix at ukr.net
Thu Aug 10 06:58:56 BST 2006


Recent "Daily Python-URL" has link to small article "Unicode strings to 
ASCII ...nicely" (http://www.peterbe.com/plog/unicode-to-ascii). This 
article show the example how to convert unicode string to almost 
equivalent ascii-string with some loss of data. I think it's may be 
interested for creating file-id for non-ascii filenames.

Unfortunately it's works only for latin-based alphabets (latin-1 
encoding) but anyway it's good approach, IMO.

--
Alexander




More information about the bazaar mailing list