Evas textblock: Added evas_textblock_markup_to_plain.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Dec 2011 15:12:25 +0000 (15:12 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Dec 2011 15:12:25 +0000 (15:12 +0000)
commit70cf2bdf258524c98b78f94e31306ab31f788b85
tree55c3fe2cb6567ba7f2d2468f2fd6891799f2e1f9
parent43c95ef75017037d9b873e8fc42a72f7e81e13a5
Evas textblock: Added evas_textblock_markup_to_plain.

This function converts a textblock markup to plain text.
It converts for example <br/> to \n and a lot more.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@66034 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
src/lib/Evas.h
src/lib/canvas/evas_object_textblock.c
src/tests/evas_test_textblock.c