<div dir="ltr"><div>I wrote a <a href="http://paddy3118.blogspot.com/2009/07/case-of-disappearing-over-bar.html">blog post </a>nearly a decade ago on extending a Rosetta Code task <a href="http://rosettacode.org/wiki/Reverse_a_string">example </a>to handle the correct reversal of strings with combining characters.</div><div>On checking my blog statistics today I found that it still had a readership and revisited <a href="http://rosettacode.org/wiki/Reverse_a_string#Python:_Unicode_reversal">the code</a> (and updated it to Python3.6)..</div><div><br></div><div>I found that amongst the nearly 200 languages that complete the RC task,there were a smattering of languages that correctly handled reversing strings having Unicode combining characters,</div><div>including <a href="http://rosettacode.org/wiki/Reverse_a_string#Perl_6">Perl 6</a> which uses flip.</div><div><br></div><div>I would like to propose that Python add a Unicode-aware <b>str.reverse </b>method. The problem is, I'm a Brit, who only speaks English and only very rarely dips into Unicode.<i> I don't know how useful this would be!</i></div><div><i><br></i></div><div>Cheers, Paddy.</div><div><br></div><div><br></div><div><br></div></div>