File: MB_CUR_MAX.3

package info (click to toggle)
manpages-fr 0.9.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,052 kB
  • ctags: 4
  • sloc: makefile: 58; sh: 8
file content (45 lines) | stat: -rw-r--r-- 1,470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
.\"
.\" 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
.\"
.\" Traduction 04/01/2000 par Christophe Blaess (ccb@club-internet.fr)
.\" LDP-man-pages 1.28
.TH MB_CUR_MAX 3 "4 Janvier 2000" GNU "Manuel du programmeur Linux"
.SH NOM
MB_CUR_MAX \- Longueur maximale d'un caractre multi-octets dans la localisation courante.
.SH SYNOPSIS
.nf
.B #include <stdlib.h>
.fi
.SH DESCRIPTION
La macro
.B MB_CUR_MAX
dfinie une expression entire donnant le nombre maximal d'octets ncessaires
pour reprsenter un caractre large unique dans la localisation courante.
Cette expression n'est pas une constante  la compilation, car cette valeur
change suivant la localisation.
.SH "VALEUR RENVOYE"
Un entier >= 1 et <= MB_LEN_MAX.
La valeur 1 correspond  l'encodage 8 bits habituel.
.SH "CONFORMIT"
ANSI C, POSIX.1
.SH "VOIR AUSSI"
.BR MB_LEN_MAX (3),
.BR mblen (3),
.BR mbtowc (3),
.BR mbstowcs (3),
.BR wctomb (3),
.BR wcstombs (3)
.SH TRADUCTION
Christophe Blaess, 2000.