Added a script value for Emoji 81/36481/1
authorPaul Wisbey <p.wisbey@samsung.com>
Sun, 8 Mar 2015 16:19:02 +0000 (16:19 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Sun, 8 Mar 2015 16:19:02 +0000 (16:19 +0000)
Change-Id: I3bb5612f9cf9c597f871c30c1b5ccd0806b98243

text/dali/public-api/text-abstraction/script.h

index 956075e..9381a86 100644 (file)
@@ -51,6 +51,7 @@ enum Script
   LAO,        ///< The Lao script. Used by the Lao language.
   THAI,       ///< The Thai script. Used by the Thai language
   BURMESE,    ///< The Burmese script. Used by the Burmese (Myanmar) language.
+  EMOJI,      ///< The Emoji which map to standardized Unicode characters.
   UNKNOWN     ///< The script is unknown.
 };
 
@@ -74,6 +75,7 @@ const char* const ScriptName[] =
   "LAO",        ///< The Lao script. Used by the Lao language.
   "THAI",       ///< The Thai script. Used by the Thai language
   "BURMESE",    ///< The Burmese script. Used by the Burmese (Myanmar) language.
+  "EMOJI",      ///< The Emoji which map to standardized Unicode characters.
   "UNKNOWN"     ///< The script is unknown.
 };