<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Sebastian Elsner | RISE wrote:<br>
    </div>
    <blockquote cite="mid:56D6B98A.3060702@risefx.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Unicode is tricky, it bites me every time. This works:<br>
    </blockquote>
    <br>
    It's not that hard.  There are two possibilities.  Either the
    setTool function does not accept Unicode strings, or the default
    tool tip font does not include those extended characters.<br>
    <br>
    <br>
    <blockquote cite="mid:56D6B98A.3060702@risefx.com" type="cite">Please
      note, the .py file actually has to be saved/encoded as utf-8. You
      need to do this via your editor's save/convert function.<br>
    </blockquote>
    <br>
    Actually, it doesn't.  There are no characters in his file beyond
    the base ASCII set, except for the one character in a comment, so
    the file coding is irrelevant.  If this worked for you, then his
    original code would have worked for you also.  That would imply that
    your tooltip uses a different default font.  No one here has
    mentioned what operating systems they are using; that makes a
    difference.<br>
    <pre class="moz-signature" cols="72">-- 
Tim Roberts, <a class="moz-txt-link-abbreviated" href="mailto:timr@probo.com">timr@probo.com</a>
Providenza & Boekelheide, Inc.
</pre>
  </body>
</html>