Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Aug 2017 14:24:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221224] setlocale.c does not properly detect if locale contains too many slashes
Message-ID:  <bug-221224-8-6o4u2DgzxF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221224-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221224-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

Joerg.Schilling@fokus.fraunhofer.de changed:

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

--- Comment #3 from Joerg.Schilling@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221224-8-6o4u2DgzxF>