Fix for wiget parser.
authorAndrzej Surdej <a.surdej@samsung.com>
Wed, 22 May 2013 15:37:23 +0000 (17:37 +0200)
committerGerrit Code Review <gerrit2@kim11>
Thu, 23 May 2013 16:12:03 +0000 (01:12 +0900)
commiteada74ac651ee1885d8b135fa59c6f9482bb08fb
treea457ef9d24871657a29d34831676610f0cb97c24
parent1970653ebca9b36f2b84a0ba08492a500ca4d84a
Fix for wiget parser.

[Issue#] N/A
[Problem] When checking 'update-period' the decimal point mark
various in different locales.
[Cause] strdot() uses locales when converting string to double.
[Solution] Set standard "C" locales on parsing time.
[Verification] To verify install new-app-widget* attached in
https://tizendev.org/bugs/browse/TDIS-5713.
Both should be able to install.

Change-Id: I4c4d67e96845c16b66f4c91b8e17c67dab77c05a
src/configuration_parser/widget_parser.cpp