Modified not to line break in Japanese
authorYunji Park <yunji19.park@samsung.com>
Mon, 20 May 2013 07:55:38 +0000 (16:55 +0900)
committerYunji Park <yunji19.park@samsung.com>
Mon, 20 May 2013 07:55:38 +0000 (16:55 +0900)
Change-Id: I9fe2c1870a3ff1dad8c392340ce0a65293702c60

src/graphics/text/FGrp_TextTextSimple.cpp

index 5c92052..de84ccb 100644 (file)
@@ -1080,7 +1080,7 @@ TextSimple::GetWordWrapLengthEx(const wchar_t* pText, int textLength, int& actua
 
                return TEXT_RETBY_LINEFEED;
        }
-       else if (IsChinese(pText))
+       else if (IsChinese(pText) || IsJapanese(pText))
        {
                return TEXT_RETBY_NORMAL;
        }