On Wed, 20 Dec 2006 09:19:54 +0100 "Joerg Plewe"
<[EMAIL PROTECTED]> babbled:

> Hi all!
> 
> Can anybody guide me to using Japanese or kyrillic characters in an
> evas_object_text?
> 
> Any help is deeply appreciated,

evas uses utf8 as its text encoding - provide strings with these chars encoded
in utf8 and evas will try and display the characters (japanese, chinese, korean,
cyrillic etc.). the next bit is having a font that supports the chars
(otherwise you just get boxes). you can use fontsets (font1,font2,font3) as the
font, or also use fontconfig named fonts (which then under the bonnet use
pre-configured fontsets for your OS) if evas built with fontconfig support.

> - J
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to