https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221224
--- Comment #2 from Leonard König <[email protected]> --- It seems that there's no documentation on how a "composite locale" is built except > A composite locale is a string beginning with a "/", followed by the locale > of each category, separated by a "/". from [1]. However, FreeBSDs implementation does not allow leading slashes as seen earlier already. However the implementation allows for more than one '/' separating the locales -- except for the first, ie: "C/C/////C/C/C/C/" -- allowed "C/////C/C/C/C/C/" -- not allowed this at least is inconsistent if not unwanted, I assume (also the documentation on how a composite locale is built is lacking, especially since it's behavior is based on the internal ordering of LC_*). ---- [1] http://docs.oracle.com/cd/E13203_01/tuxedo/tux91/rf3c/rf3c14.htm -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
