<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-2022-JP">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    From<br>
    if ( isalnumW ( wc ) ) return wc;<br>
        for ( i = 0; i < 17; i++ )<br>
    To <br>
    if ( isalnumW ( wc ) ) return wc;<br>
        for ( i = 0; i < 16; i++ )<br>
    and the original version was wrong,too.<br>
    It counts the <font color="#ff0000">NULL</font> of the end.<br>
  </body>
</html>