<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>I've tried that suggestion before, but it just doesn't do the
      job, at least not with the Myanmar text I was testing.<br>
    </p>
    <p>Tim<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 05/11/2016 12:03, Dmitry Shachnev
      wrote:<br>
    </div>
    <blockquote cite="mid:20161105120335.pp76web2jqgre3wp@mitya57.me"
      type="cite">
      <pre wrap="">Hi,

On Sat, Nov 05, 2016 at 11:57:11AM +0000, Timothy W. Grove wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Without the actual QString class in PyQt5.7, is there an equivalent to
QString.normalized() somewhere? I would like to have access to the
normalizations functions in ICU, but I'm having a little trouble installing
PyICU at the moment. Thanks.
</pre>
      </blockquote>
      <pre wrap="">
Use unicodedata.normalize(form, string) from the standard library.

<a class="moz-txt-link-freetext" href="https://docs.python.org/3/library/unicodedata.html#unicodedata.normalize">https://docs.python.org/3/library/unicodedata.html#unicodedata.normalize</a>

--
Dmitry Shachnev
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
PyQt mailing list    <a class="moz-txt-link-abbreviated" href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a>
<a class="moz-txt-link-freetext" href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></pre>
    </blockquote>
    <br>
  </body>
</html>