bug fixed about the rtl markup behavior. 33/194833/12
authorJoogab Yun <joogab.yun@samsung.com>
Fri, 7 Dec 2018 09:03:59 +0000 (18:03 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Fri, 14 Dec 2018 01:11:32 +0000 (10:11 +0900)
commit300570df779616fb1538174d8b6f1b43514122eb
treed17451139bbdd11ecec033d4c49fd7cf8a6a21a7
parent7681e60335f07c55af68b32bc22a706047e0582a
bug fixed about the rtl markup behavior.

ex)
TextLabel label = TextLabel::New("&rlm;20&rlm;/&rlm;11&rlm;/&rlm;2018&rlm;" );
or
TextLabel label = TextLabel::New("&#x200F;20&&#x200F;/&#x200F;11&#x200F;/&#x200F;2018&#x200F;");

should be displayed not "20/11/2018" but "2018/11/20"

refer)
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_text_direction

Change-Id: Iab595aedc691afbfd53f4b75c5eab4d58b26b59f
dali-toolkit/internal/text/bidirectional-support.cpp
dali-toolkit/internal/text/multi-language-support-impl.cpp
dali-toolkit/internal/text/script-run.h [changed mode: 0644->0755]