remove support for 'trademark files'
[unleashed/tickless.git] / share / man / man3lib / libintl.3lib
blob2630572ba82f9ed4f5a04513ce50736cff806b31
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc.  All rights reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBINTL 3LIB "Mar 24, 2004"
7 .SH NAME
8 libintl \- internationalization library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lintl\fR [ \fIlibrary\fR... ]
13 #include <\fBlibintl.h\fR>
14 #include <\fBlocale.h\fR> /* needed for \fBdcgettext()\fR only */
15 .fi
17 .SH DESCRIPTION
18 .sp
19 .LP
20 Historically, functions in this library provided wide character translations.
21 This functionality now resides in \fBlibc\fR(3LIB).
22 .sp
23 .LP
24 This library is maintained to provide backward compatibility for both runtime
25 and compilation environments. The shared object is implemented as a filter on
26 \fBlibc.so.1\fR. New application development need not specify \fB-lintl\fR.
27 .SH INTERFACES
28 .sp
29 .LP
30 The shared object \fBlibintl.so.1\fR provides the public interfaces defined
31 below. See \fBIntro\fR(3) for additional information on shared object
32 interfaces.
33 .sp
35 .sp
36 .TS
37 l l
38 l l .
39 \fBbindtextdomain\fR    \fBdcgettext\fR
40 \fBdgettext\fR  \fBgettext\fR
41 \fBtextdomain\fR        
42 .TE
44 .SH FILES
45 .sp
46 .ne 2
47 .na
48 \fB\fB/lib/libintl.so.1\fR\fR
49 .ad
50 .RS 24n
51 a filter on \fB/lib/libc.so.1\fR
52 .RE
54 .sp
55 .ne 2
56 .na
57 \fB\fB/lib/64/libintl.so.1\fR\fR
58 .ad
59 .RS 24n
60 a filter on \fB/lib/64/libc.so.1\fR
61 .RE
63 .SH ATTRIBUTES
64 .sp
65 .LP
66 See \fBattributes\fR(5) for descriptions of the following attributes:
67 .sp
69 .sp
70 .TS
71 box;
72 c | c
73 l | l .
74 ATTRIBUTE TYPE  ATTRIBUTE VALUE
76 MT-Level        Safe with exceptions
77 .TE
79 .SH SEE ALSO
80 .sp
81 .LP
82 \fBpvs\fR(1), \fBIntro\fR(3), \fBgettext\fR(3C), \fBlibc\fR(3LIB),
83 \fBattributes\fR(5)