[scilab dev] Patch to draw non-UTF8 text in the graphic
    Yung-Jang Lee 
    yjlee123 at gmail.com
       
    Sun Aug  3 15:59:54 CEST 2008
    
    
  
Sylvestre , Aleksey  and all:
This is the patch to draw non-UTF8 text in the graphic. The following
commands are tested
    title,xtitle, legend,legends,xstring,xstringb
and a screenshot showing chinese is attached.
Since recent SVN trunk contain function ('ANSIToUTF8' inside printf_scilab)
that conflict with my original design, so I modify functions in
'localetoutf.c'  to always  convert  locale string to UTF8 and remove
calling 'ANSIToUTF8' , hope this can solve the conflict.
This patch contain last patch I send to you.
Cheers,
YungLee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20080803/2b02ec5e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: drawingNonUnicodeTextPatch.zip
Type: application/zip
Size: 715916 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/dev/attachments/20080803/2b02ec5e/attachment.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chineseTextInScilabGraphic.png
Type: image/png
Size: 31716 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/dev/attachments/20080803/2b02ec5e/attachment.png>
    
    
More information about the dev
mailing list