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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |hofer.de

--- Comment #3 from [email protected] ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to