﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20805	Replace Locale.ENGLISH by Locale.ROOT?	simon04	team	"simon04 in ticket:20784#comment:32:
> Java also provides `Locale.ROOT` – https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Locale.html#ROOT
> 
> > This is regarded as the base locale of all locales, and is used as the language/country neutral locale for the locale sensitive operations.

mdk in ticket:20785#comment:7:
> In r17811 (see #20784) similar problems are solved with {{{Locale.ENGLISH}}}. Wouldn't it be better to use always the same solution ({{{Locale.ROOT}}})?

Currently, we have 147 occurrences of `Locale.ENGLISH`"	enhancement	new	normal		Core			locale	GerdP mdk
