Set default encoding for WebContents as UTF-8 08/179008/1
authorsurya.kumar7 <surya.kumar7@samsung.com>
Tue, 15 May 2018 08:14:21 +0000 (13:44 +0530)
committersurya.kumar7 <surya.kumar7@samsung.com>
Tue, 15 May 2018 08:18:24 +0000 (13:48 +0530)
commit45869969409a9fc62ee794439931e8fc33d38599
treec4670b6c515e630fe05f65cf78e4f97a3a5a21db
parente2d42b261f17377d8acb44d744d591ff151ac62d
Set default encoding for WebContents as UTF-8

Currently, the default encoding being used is ISO-8859-1 which is
a single-byte encoding and is capable of only supporting limited symbols.
Change it to UTF-8(multi byte encoding) just like in crosswalk to extend
support for more symbols

Change-Id: I92e70445ca668c8db8c258e4ad1a6d41816dd2fb
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
atom/browser/atom_browser_client.cc