[4.0] Supported XHTML entitites(Named & Numeric(hex/decimal)) in Markup Language. 44/153544/1
authorsaritarawat <sarita.rawat@samsung.com>
Tue, 25 Jul 2017 07:23:48 +0000 (12:53 +0530)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 17:08:18 +0000 (02:08 +0900)
commit7ac7999a95c2c44bffbaae309f04871c57f016ba
tree2fe507e238f2b404b30c56b3270795a8b0b5b41e
parent0bd45d069adc66d553d37b8d22dd389680825c9c
[4.0] Supported XHTML entitites(Named & Numeric(hex/decimal)) in Markup Language.

Added additional functionalities in ProcessMarkupString function to support XHTML entities.
New function has been added to get UTF 8 text from Named & Numeric entities

Change-Id: Ie47cf9274cd56e0f9c8d2448f0e7e812176ed1ed
automated-tests/src/dali-toolkit-internal/utc-Dali-Text-Markup.cpp [changed mode: 0644->0755]
dali-toolkit/internal/file.list [changed mode: 0644->0755]
dali-toolkit/internal/text/markup-processor.cpp [changed mode: 0644->0755]
dali-toolkit/internal/text/xhtml-entities.cpp [new file with mode: 0755]
dali-toolkit/internal/text/xhtml-entities.h [new file with mode: 0755]
docs/content/images/text-controls/SpecialCharacter1.png [new file with mode: 0755]
docs/content/images/text-controls/SpecialCharacters.png [new file with mode: 0755]
docs/content/images/text-controls/XHTML_entity.png [new file with mode: 0755]
docs/content/shared-javascript-and-cpp-documentation/markup-style.md [changed mode: 0644->0755]