[Bug 221224] setlocale.c does not properly detect if locale contains too many slashes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 8 14:24:33 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221224

Joerg.Schilling at fokus.fraunhofer.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joerg.Schilling at fokus.fraun
                   |                            |hofer.de

--- Comment #3 from Joerg.Schilling at fokus.fraunhofer.de ---
Note that AIX, HP-UX, (closed) Solaris are based on the same i18n code and 
all use the following ordering:

#define LC_CTYPE        0 
#define LC_NUMERIC      1 
#define LC_TIME         2 
#define LC_COLLATE      3 
#define LC_MONETARY     4 
#define LC_MESSAGES     5 
#define LC_ALL          6 

This ordering is used for composite locales!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list