From bda3ceb632139b6b7bbe9d61f5c11a9a5fccbdb7 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 3 Sep 2013 11:49:02 +0100 Subject: Evas textblock: fixed *_markup_get issue with escaped chars. Markup_get was misbehaving and returning wrong results with some escaped chars. markup_to_utf8 was working correctly. Merged the code together and now both are consistent and correct. Thanks to WooHyun for reporting. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index df5af760a..1da60c23f 100644 --- a/NEWS +++ b/NEWS @@ -333,6 +333,7 @@ Fixes: - Fix a long-standing off-by-1 in the C "simd" multiplier. - Skip the map rendering if all points are transparent. - Evas bidi: Fixed a bug causing BiDi not to work in some cases. + - Evas textblock: fixed an issue with markup_get and markup_to_utf8 behaving differently (markup_get was misbehaving). * Ecore: - Don't leak fd on exec. - Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly. -- cgit v1.2.3