Fixed Hangeul title is not displayed properly in WebClip Livebox.
authorYuni Jeong <yhnet.jung@samsung.com>
Tue, 9 Apr 2013 13:04:00 +0000 (22:04 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Tue, 9 Apr 2013 13:40:01 +0000 (22:40 +0900)
commit8e5cb3645240106f2806e5df46d253e5c24c94d1
tree30cc3654aadbea018774d88aefd2dacc51e2995b
parent9c58688760c88a3aa0754efd4534328ad6d0834e
Fixed Hangeul title is not displayed properly in WebClip Livebox.

[Title] Fixed Hangeul title is not displayed properly in WebClip Livebox.
[Issue#] N/A
[Problem] Hangeul title is not displayed properly in WebClip Livebox.
[Cause] When changing url string to String type, String::fromUTF8() is not used.
[Solution] Used String::fromUTF8() for chaning url string to String type.

Change-Id: I2e1807ec349d45f0439e9f5e0d2ac3e02ade45c4
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp