[Tizen] Fix ZWJ issue 40/300240/1 accepted/tizen/7.0/unified/20231024.025350
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 17 Oct 2023 06:36:03 +0000 (15:36 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 19 Oct 2023 06:59:04 +0000 (15:59 +0900)
commit83390e36ad0cd3b60ab58f776dc1ebc17bd20230
tree1465ec9e6c628eb1082f366388f23665b3ac193d
parent62bfd31ba0e421df5d74184c447d743cfe624f91
[Tizen] Fix ZWJ issue

Added ZWJ sequence to solve the issue of ZWJ not working.
this patch processes ZWJ as one sequnce.
and this condition has been merged with the previous emoji logic.

Added exception handling in editable environment.
Removed unnecessary variables related to emoji.

Change-Id: Id7825732d96c3e87a8c93b6c2e8d57e057eb7435
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/internal/text/controller/text-controller-impl.cpp
dali-toolkit/internal/text/multi-language-support-impl.cpp