Added zero-width space
authorYunji Park <yunji19.park@samsung.com>
Thu, 4 Jul 2013 02:56:10 +0000 (11:56 +0900)
committerYunji Park <yunji19.park@samsung.com>
Thu, 4 Jul 2013 02:56:10 +0000 (11:56 +0900)
Change-Id: I41ffe07720bdcfbd61068c08780d7df850648b51

src/graphics/inc/FGrp_TextCommon.h

index 3501512..0dffb43 100644 (file)
@@ -213,6 +213,7 @@ static const unsigned short TEXT_TAB_CHARACTER = 0x09;
 static const unsigned short TEXT_JAPANESE_DOT = 0x3001;
 static const unsigned short TEXT_JAPANESE_COMMA = 0x3002;
 static const unsigned short TEXT_JAPANESE_SPACE = 0x3000;
+static const unsigned short TEXT_ZERO_WIDTH_SPACE = 0x200B;
 
 }}} // Tizen::Graphics::_Text