﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20785	"Improve Status Report when locale ""Arabic(Saudi Arabia)"" is used"	GerdP	team	"Follow up of #20784
Status report contains several lines where Arabic–Hindu numerals are displayed instead of Arabic numbers when user has configured the OS to use ""Arabic(Saudi Arabia)""

The status report should contain a clear hint that such a ""problematic"" locale is used. 
Not sure how to report that, maybe simple as this?
{{{
#!java
text.format(""Numbers with local locale: %s -> %d%n"", Integer.toString(1_234_567_890) , 1_234_567_890);
}}}

"	enhancement	closed	normal	21.04	Core		fixed		Don-vip stoecker
