I thought it may not need encoding conversion for this case.<br><br>User may open a file with wrong encoding and then switch to  correct encoding.<br><br>Since the file opened was treated as system encoded file, it may not be  converted to other encoding  before user select  a  correct one.  In this case,  it don't need to doing encoding conversion. May be I am wrong in this aspect, however.<br>
<br>I have trouble building  Scilab from source this passed  week,  and have no chance to test your implementation. But I still satisfy the SEP even if this "open then switch encoding" function is not provided.  <br>
<br>Yung-Jang Lee<br><br><div class="gmail_quote">2008/12/23 François Vogel <span dir="ltr"><<a href="mailto:fvogelnew1@free.fr">fvogelnew1@free.fr</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Yung-Jang Lee said on 23/12/2008 15:22:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
François ,<br>
<br>
As to section "Typical use case in Scipad" of  the  SEP :<br>
-----------------------------------------------<br>
1. Select the encoding with which the next file should be read.<br>
2. Open the file.<br>
3. Fiddle with the content, add text, possibly switch buffers, select other encodings, etc.<br>
4. Before saving, select the encoding that Scipad shall use for saving the file.<br>
5. Save the file.<br>
---------------------------------------------------------<br>
<br>
Could it be possible add with alternate use case,<br>
     1. Open the file<br>
    2. Select the encoding for the opened file<br>
   ...<br>
   ...<br>
</blockquote>
<br></div>
Well, I'm happy to see that you have awaken up at last.<br>
I was surprised when you stated that the SEP was good enough for you.<br>
<br>
What you're asking looks like the encoding conversion feature I describe in the section "Limitations". If I'm wrong, how is your new request different from encoding conversion?<br>
<br>
I had an initial try to make encoding conversion work, it's not as straightforward as I thought.<br>
<br>
Francois<br>
</blockquote></div><br>