<div dir="ltr">Aleksey  :<br><br>Attached is the update zip file with  2  additional  dlls  (totally 5 dlls) that may be missed. Hope this resolve the problems.  <br><br>These dlls are for Beta4 binary.<br><br><br>WBR,<br>

<br>YungLee<br> <br><br><div class="gmail_quote">2008/8/4 Vorona Aleksey <span dir="ltr"><<a href="mailto:voronaam@yandex.ru" target="_blank">voronaam@yandex.ru</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;">

<div><div></div><div>Yung-Jang Lee wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Sylvestre , Aleksey  and all:<br>
<br>
This is the patch to draw non-UTF8 text in the graphic. The following<br>
commands are tested<br>
<br>
    title,xtitle, legend,legends,xstring,xstringb<br>
<br>
and a screenshot showing chinese is attached.<br>
<br>
<br>
Since recent SVN trunk contain function ('ANSIToUTF8' inside printf_scilab)<br>
that conflict with my original design, so I modify functions in<br>
'localetoutf.c'  to always  convert  locale string to UTF8 and remove<br>
calling 'ANSIToUTF8' , hope this can solve the conflict.<br>
<br>
This patch contain last patch I send to you.<br>
<br>
Cheers,<br>
<br>
YungLee<br>
</blockquote>
<br></div></div>
I am sorry, I am confused with bunch of patches, I am still in progress of rebuilding tries... So, I'll report about what I tested.<br>
<br>
I installed beta4 from <a href="http://scilab.org" target="_blank">scilab.org</a> and changed DLL to ones you send to me. After that I've tested languages. I found that Russian translation is not completely checked in (I'll send patch later, after updating translation) and that Russian input works everywhere but Russian output fails everywhere. For example, in main console:<br>


<br>
-->ss = 'Тест'<br>
 ss  =<br>
<br>
 РўРµСЃС‚<br>
<br>
<br>
It is regular wrong displaying Russian-page-UTF8 string as ASCII string. Same result I see after executing disp('Тест') from SciPad. It same result as result of command:<br>
$ echo 'Тест' | iconv -f cp1251 -t utf8<br>
Тест<br>
<br>
xtitle takes string correctly but during display it uses wrong page of Font, string 'Тест' displayed as 'Òåñò'<br>
It is same result as result of command<br>
$ echo 'Тест' | iconv -f utf8 -t cp1251 | iconv -f 8859_1 -t utf8<br>
Òåñò<br>
<br>
I still can't build Scilab_f2c.sln with MS Visual Studio Express. So, I may test any builds if somebody will upload it somewhere. I can give access to my FTP for easy file exchange.<br>
<br>
-- <br>
WBR,<br><font color="#888888">
   Vorona Aleksey.<br>
<br>
</font></blockquote></div><br></div>