[M114 Migration] Always set LC_NUMERIC category to 'C' locale 32/301832/2
authorPranay Chauhan <pranay.c1@samsung.com>
Fri, 24 Nov 2023 06:45:10 +0000 (12:15 +0530)
committerDae-Hyun Ko <dhyuna.ko@samsung.com>
Mon, 27 Nov 2023 05:01:01 +0000 (05:01 +0000)
commit3b694409bb2f08f354066373175a7cccbe902182
tree455bb6cf42503f68b3a4f06cb00b90a7808bcf78
parent243b1c1a53e287c03597ec014f3da0e1776331d8
[M114 Migration] Always set LC_NUMERIC category to 'C' locale

WebVTT's float type position was converted to incorrect css property string in
which ',' is used as decimal point when the locale of LC_NUMERIC category is DE.

blink::String::Format() should always use '.' as decimal point when converting
floats to strings regardless of current locale.
This patch always set LC_NUMERIC category to 'C' locale.

Reference: https://review.tizen.org/gerrit/291129

Change-Id: I601e1ba7e56e5649e078acbc968b5f962f449624
Signed-off-by: Pranay Chauhan <pranay.c1@samsung.com>
tizen_src/chromium_impl/content/common/locale_efl.cc