<div dir="ltr">The unicodedata module only contains data up to Unicode 5.2 (October 2009), so attempting to reference any character from a later version e.g:<div><br></div><div>unicodedata.lookup("TURKISH LIRA SIGN")<br>
</div><div><br></div><div>results in a KeyError.<br></div><div><br></div><div style>Also, it seems to be limited to properties in the UnicodeData.txt file and does not contain any data from the other files from the Unicode Character Database (the perl library Unicode::UCD is far more complete).</div>
<div><br></div><div style>Are there any plans to update this module to the latest Unicode version (6.2, with 6.3 being released shortly), or is there another module that provides more up to date information?</div><div style>
<br></div><div style>Thanks,</div><div style><br></div><div style>Andrew</div></div>