[Tizen] Fix asterisk count mismatch in password mode 78/314978/1
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 04:27:24 +0000 (13:27 +0900)
commitaf53e1cd39b7889c228a7de6ddb2fd0a2657e9c3
tree6a26a509d4e297b6a94bf947c52fba93666e6a3a
parenta3ee2e5e2f1f8fc6d26a0e68af9d220bf6b36ab1
[Tizen] 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