Some locale data are broken

Eric van Gyzen vangyzen at FreeBSD.org
Thu Nov 17 22:33:56 UTC 2016


Some locale data seem to be broken on stable/11 and head (r308418 and
r308217, respectively).

$ LANG=fr_FR.UTF-8 locale -k thousands_sep
thousands_sep=" "

$ ll /usr/share/locale/fr_FR*/LC_NUMERIC
lrwxr-xr-x  1 root  wheel  29 Nov  2 13:41
/usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC ->
../uk_UA.ISO8859-5/LC_NUMERIC
lrwxr-xr-x  1 root  wheel  29 Nov  2 13:41
/usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC ->
../uk_UA.ISO8859-5/LC_NUMERIC
lrwxr-xr-x  1 root  wheel  25 Nov  2 13:41
/usr/share/locale/fr_FR.UTF-8/LC_NUMERIC -> ../uk_UA.UTF-8/LC_NUMERIC

$ cat /usr/share/locale/uk_UA.UTF-8/LC_NUMERIC
,
 
3

I'm not sure what Ukraine uses for a thousands separator, but this is
definitely wrong for France.

Eric



More information about the freebsd-current mailing list