On Mon, Mar 22, 2010 at 2:52 AM, Carsten Haitzler <ras...@rasterman.com> wrote:
> On Mon, 22 Mar 2010 00:52:40 -0300 Fabiano FidĂȘncio <fiden...@profusion.mobi>
> said:
>
>> Hi Guys :-)
>>
>> I was written:
>> 0'0"
>> in an Entry and the output was:
>> 0'0&quot;
>>
>> I think so that this 2 would solve it.
>>
>> Can someone take a look?
>
> hmm no... elm entry deals with text as markup - thus " gets escaped as
> html-style &quot; stuff. you want to use elm_entry_markup_to_utf8() to take 
> the
> markup - formatting and all, and get you "plain text". it will give u 0'0" as
> opposed to having escapes.

I told him so... and to remember again: to set entry AND textblock,
you need escape (or calling the functions that  escape automatically),
but NOT text, as there is no tag or other fancy support there.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to