edje_entry: Support multibyte on result of retrieve_surrounding_cb
authorWonki Kim <wonki_.kim@samsung.com>
Tue, 6 Dec 2016 02:24:28 +0000 (11:24 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 07:23:58 +0000 (16:23 +0900)
commit914d7c03efb7be19d7b3b81ce452a77fa959a19d
treea8c62c744ffdc189a22a7de779e0a354155372cd
parent91775d740d61eb44bb478dfc540d6d7f559dcd4e
edje_entry: Support multibyte on result of retrieve_surrounding_cb

Summary:
to make a result of retrieve_surrounding_cb secure,
callback result string will be replaced by star('*') when entry is password mode.

however, if plain_text was multibyte,
too many stars are displayed than it's actual length.

Reviewers: jihoon, id213sin, woohyun, herdsman

Subscribers: herdsman, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4427

Change-Id: Id321bf7c7db987a3795c4f33d80554f36e6bb06b
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
src/lib/edje/edje_entry.c