MB_LEN_MAX.3: srcfix: add pointer to discussion of why glibc has MB_LEN_MAX==16

Reported-by: Pádraig Brady <P@draigBrady.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-14 15:20:57 +02:00
parent 8d53768435
commit 79ae0b1fbd
1 changed files with 7 additions and 1 deletions

View File

@ -38,7 +38,13 @@ and
are totally unrelated.
In glibc,
.B MB_LEN_MAX
is typically 16 (6 in glibc versions earlier than 2.2) while
is typically 16
.\" For an explanation of why the limit was raised to 16, see
.\" http://lists.gnu.org/archive/html/bug-gnulib/2015-05/msg00001.html
.\" From: Bruno Haible
.\" Subject: Re: why is MB_LEN_MAX so large (16) on glibc
.\" Date: Thu, 14 May 2015 02:30:14 +0200
(6 in glibc versions earlier than 2.2) while
.I sizeof(wchar_t)
is 4.
.SH SEE ALSO