<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - length() does not support properly ANSI-encoded strings"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=6451">bug 6451</a>
                <br><br>
                ---------- Bug Summary ----------- <br>length() does not support properly ANSI-encoded strings <br><br>

          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>have_nonregression_test
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">URL</td>
           <td>Wrong result
-->fid=mopen("tmp_ANSI.txt","r"); s=mgetl(fid); mclose(fid);
-->s
 s  =
 Caractères accentués encodés en ANSI   
  
-->length(s)
 ans  =
    33.  
// Should be at least 37
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>mutheegeri@gmail.com
           </td>
         </tr></table>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - length() does not support properly ANSI-encoded strings"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=6451#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - length() does not support properly ANSI-encoded strings"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=6451">bug 6451</a>
              from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
        <pre>*** <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - Different value of length(string) and length(ascii(string))"
   href="show_bug.cgi?id=12891">Bug 12891</a> has been marked as a duplicate of this bug. ***</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>