<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 10/08/2011 15:30, Gerard Visent wrote:
    <blockquote
cite="mid:CAMSO1Dx+_nCCc80ukokfFx7bpCs9=owc2FHxPfXc1UnVmcBS3A@mail.gmail.com"
      type="cite">Hi William,<br>
      <br>
      <br>
      <div class="gmail_quote">2011/8/10 William Oliveira Ferreira <span
          dir="ltr"><<a moz-do-not-send="true"
            href="mailto:bdexterholland@gmail.com">bdexterholland@gmail.com</a>></span><br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex;">
          <div><font face="verdana,sans-serif">I like to use a × (ascii
              158) as a password char, it´s clean, easy to read and
              count, but int (win) lazarus, i can´t set it as password
              char. When i set it, i becames an asterisk (*). This
              doesn´t heappen when i set a common letters as <span>vowels
                and</span> <span>consonants.</span></font></div>
        </blockquote>
        <div><br>
          It works for me in Windows XP with SVN 31926. I can set 'x',
          'X' and that's what I see. <br>
          <br>
        </div>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div><font face="verdana,sans-serif"><span></span></font> </div>
          <div><font face="verdana,sans-serif"><span>Maibe i found a
                bug?</span></font></div>
        </blockquote>
        <div><br>
          Possible, but it may have been fixed since <font
            face="verdana,sans-serif">SVN 29749</font>.<br>
          That doesn't work with GTK2 under Linux though. :-(<br>
        </div>
      </div>
    </blockquote>
    <br>
    Hm, on my system 158 results in a "z" with some tilde or accent.<br>
    <br>
    But that is probably the correct behaviour.<br>
    <br>
    For some reason the PassWordchar field accepts an ansi char, rather
    than a utf8 char. So what you will see depends on the codepage of
    the system on which your app is run. Even if it displays fine on
    your PC, if you ship the app, other people will see other chars.<br>
    <br>
    How or why it becomes an * I do not know...<br>
  </body>
</html>