.\" -*- coding: UTF-8 -*- .\" Copyright (c) Bruno Haible .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" References consulted: .\" GNU glibc-2 source code and manual .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" .\" Modified, aeb, 990824 .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH MB_LEN_MAX 3 "2023년 3월 30일" "Linux man\-pages 6.05.01" .SH 이름 MB_LEN_MAX \- 사용할 수 있는 모든 로케일에서 문자의 최대 바이트 수 .SH 라이브러리 Standard C library (\fIlibc\fP) .SH 요약 .nf \fB#include \fP .fi .SH 설명 The \fBMB_LEN_MAX\fP macro is the maximum number of bytes needed to represent a single wide character, in any of the supported locales. .SH 반환값 0 이상의 정수형 상수. .SH 표준 C11, POSIX.1\-2008. .SH 이력 C99, POSIX.1\-2001. .SH 주의 .\" 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 The entities \fBMB_LEN_MAX\fP and \fIsizeof(wchar_t)\fP are totally unrelated. In glibc, \fBMB_LEN_MAX\fP is typically 16 (6 in glibc versions earlier than 2.2), while \fIsizeof(wchar_t)\fP is 4. .SH "추가 참조" \fBMB_CUR_MAX\fP(3) .PP .SH 번역 이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: 류정욱 . .PP 이 번역은 무료 문서입니다. 저작권 조건에 대해서는 .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License 버전 3 .UE 이상을 읽으십시오. 책임이 없습니다. .PP 이 매뉴얼 페이지의 번역에서 오류를 발견하면 .MT translation-team-ko@googlegroups.com .ME 로 이메일을 보내주십시오.