OSDN Git Service

(split) Convert release and draft pages to UTF-8.
[linuxjm/LDP_man-pages.git] / release / man3 / MB_LEN_MAX.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" References consulted:
9 .\"   GNU glibc-2 source code and manual
10 .\"   Dinkumware C library reference http://www.dinkumware.com/
11 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
12 .\"
13 .\" Modified, aeb, 990824
14 .\"
15 .\" Japanese Version Copyright (c) 1999 HAYAKAWA Hitoshi
16 .\"         all rights reserved.
17 .\" Translated Sep 11 1999, HAYAKAWA Hitoshi <cz8cb01@linux.or.jp>
18 .\"
19 .\"WORD:    locale  ロケール
20 .\"
21 .TH MB_LEN_MAX 3 1999-07-04 "Linux" "Linux Programmer's Manual"
22 .SH 名前
23 MB_LEN_MAX \- 全てのロケールでの1文字の最大マルチバイト長
24 .SH 書式
25 .nf
26 .B #include <limits.h>
27 .fi
28 .SH 説明
29 .B MB_LEN_MAX
30 マクロは、全てのロケールで一つのワイド文字を表現するために必要となる
31 最大バイト数である。
32 .SH 返り値
33 0 より大きいの整数型の定数。
34 .SH 準拠
35 C99, POSIX.1-2001.
36 .SH 注意
37 .B MB_LEN_MAX
38
39 .I sizeof(wchar_t)
40 の値にはなんの関係もない。
41 glibc では
42 .B MB_LEN_MAX
43 は通常は 6 で、
44 .I sizeof(wchar_t)
45 は 4 である。
46 .SH 関連項目
47 .BR MB_CUR_MAX (3)