
For Strings that are meant to be displayed to humans, using the default Locale makes sense. But this String is meant to be parsed by code, so it should force the Locale to make sure the digits are always rendered in the same format.
For Strings that are meant to be displayed to humans, using the default Locale makes sense. But this String is meant to be parsed by code, so it should force the Locale to make sure the digits are always rendered in the same format.