efl/src/lib
Bowon Ryu 8cb0b193ea edje_entry: converting plain_text to '*' using unicode units.
Summary:
When converting plain_text to '*' in retrieve_surrounding_cb,
always convert it to '*' in 1 byte unit.

For example,
2 byte character is converted to "* *"
and 3 byte character is converted to "* * *"

However, this does not match the number of '*' printed in the entry.
Because, '*' in the entry is printed according to number of unicode characters.

This patch converts plain_text into unicode units
when converting plain_text to '*'

Test Plan: N/A

Reviewers: woohyun

Reviewed By: woohyun

Subscribers: cedric, #reviewers, jihoon, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10792
2019-12-04 17:09:33 +09:00
..
ecore eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
ecore_audio eolian: rename event_prefix to event_c_prefix for consistency 2019-09-26 16:47:22 +02:00
ecore_avahi
ecore_buffer
ecore_cocoa
ecore_con eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
ecore_drm
ecore_drm2 ecore-drm2: Fix issue of shifting 1 by more than 32bits 2019-11-14 12:21:40 -05:00
ecore_evas evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
ecore_fb
ecore_file doxygen: Prevent auto-linking of invalid links 2019-11-18 12:00:35 +01:00
ecore_imf
ecore_imf_evas
ecore_input
ecore_input_evas ecore_input_evas: fix ouble use of include guard define 2019-11-20 10:30:17 +01:00
ecore_ipc
ecore_sdl
ecore_wayland
ecore_win32 ecore_win32: fix compose event field 2019-11-28 11:06:24 +00:00
ecore_wl2 ecore-wl2: Move ecore_wl2_window_buffer_transform_set to be internal 2019-12-03 10:47:32 -05:00
ecore_x ecore-x - add some xi2 api's for fiddling with device properties 2019-11-16 13:02:10 +00:00
ector eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
edje edje_entry: converting plain_text to '*' using unicode units. 2019-12-04 17:09:33 +09:00
eet Revert "evas_textblock: content fit feature" 2019-11-07 10:23:58 +00:00
eeze
efl efl_part: declare stable 2019-12-02 16:41:51 +01:00
efl_mono csharp: Fix running headless tests in dotnet 2019-11-07 22:46:15 -03:00
efl_wl
efreet efreet - consider ctime changes as changes too 2019-11-16 13:02:10 +00:00
eina eina - threadqueue - revert series of comments that moved to mempools 2019-12-03 11:45:42 +00:00
eio eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
eldbus eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
elementary Efl.Ui.Spotlight_Container: update docs after push/pop changes 2019-12-03 14:38:29 +01:00
elocation
elput
elua
embryo
emile fix jpeg loading which freed the wrong ptr 2019-12-02 19:54:25 +00:00
emotion evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
eo eo: there is no need to count callbacks here 2019-11-20 10:15:21 +01:00
eolian eolian: emit correct c_name for keyword builtins 2019-12-02 12:09:50 +01:00
eolian_cxx csharp: Add more since tags to members 2019-11-26 12:40:32 -03:00
ephysics fix various trivial null derefs 2019-10-18 13:30:10 -04:00
escape
ethumb ethumb: fixed a potential dangling pointer. 2019-09-05 18:08:12 +09:00
ethumb_client
evas Efl.Canvas.Gesture_Zoom: typo in docs 2019-12-03 18:04:10 +01:00
evil evil: make it clear in the docs that this library is private to efl 2019-10-07 12:50:14 +02:00
.gitignore