Subject: | Can't query Locale values to avoid override error |
Some Locales have things like "upper_before_lower" set and so when creating a new
Unicode::Collate::Locale object with this option, U::C dies with the error, for example:
upper_before_lower is reserved by da_DK.UTF-8, can't be overwritten at ...
It would be good to have a method to check if this is set in the Locale so that this error can be
avoided, something like:
$locale->has_default('upper_before_lower')
or something.