.\" Copyright (c) Bruno Haible .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" .\" 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 .\" .\" Japanese Version Copyright (c) 1999 HAYAKAWA Hitoshi .\" all rights reserved. .\" Translated Sep 11, 1999 HAYAKAWA Hitoshi .\" .\"WORD: multibyte マルチバイト .\"WORD: locale ロケール .\" .TH MB_CUR_MAX 3 1999-07-04 "Linux" "Linux Programmer's Manual" .SH 名前 MB_CUR_MAX \- 現在のロケールでのマルチバイト文字の最大長 .SH 書式 .nf .B #include .fi .SH 説明 .B MB_CUR_MAX マクロは、現在のロケールで一つのワイド文字を表現するために必要な 最大バイト数を表す整数表現を定義する。 これはロケール依存であり、コンパイル時に決まる定数ではない。 .SH 返り値 [1, .BR MB_LEN_MAX ] の範囲の整数を返す。 1 という値は伝統的な (traditional) 8-bit エンコードされた文字を意味する。 .SH 準拠 C99, POSIX.1-2001. .SH 関連項目 .BR MB_LEN_MAX (3), .BR mblen (3), .BR mbstowcs (3), .BR mbtowc (3), .BR wcstombs (3), .BR wctomb (3)