evas:fix markup text length issue
authorJae Yong Hwang <j_yong.hwang@samsung.com>
Thu, 8 Jan 2015 10:38:48 +0000 (19:38 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 8 Jan 2015 10:38:49 +0000 (19:38 +0900)
commite561570507cfe5a0124da022f65b9a010793b36b
treeeae30c6495fe9e0ed9fc9db788fe697a110cd5b2
parent694f9dbcdb279c10a02ccc76230b2fbd4089bbc9
evas:fix markup text length issue

Summary:
There was no conversion to the double quotation mark in the evas_textblock_text_utf8_to_markup function.
The price of the text coming out to API and text coming out to Textblock was different as a result.
As a result, Two text lengths came out differently.
So, I added the exceptional treatment part in the evas_textblock_text_utf8_to_markup function.

@fix

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1853
src/lib/evas/canvas/evas_object_textblock.c