Fix asterisk count mismatch in password mode 46/314946/2
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 23 Jul 2024 11:40:48 +0000 (20:40 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Wed, 24 Jul 2024 01:14:50 +0000 (10:14 +0900)
commit23b647cf8b70040b016c94342435fb712ba39330
tree8d4aa2d8afbdf2133d5f96904bd3a8d54badb112
parent1021c00d7783b4758bf41154cb8a564a1282f8c4
Fix asterisk count mismatch in password mode

Until now, the number of asterisks '*' has been used based on the text length..
instead of the number of utf8 characters in password mode.

This caused an issue where the number of rendered asterisks did not match the number of asterisks delivered to the IME.
Now, when creating an asterisk string to deliver to the IME,
we use the number of utf8 characters.

Change-Id: I76324f2ed9326102196441d72c8a96d59fce792d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp