1libintl(3LIB) Interface Libraries libintl(3LIB)
2
3
4
6 libintl - internationalization library
7
9 cc [ flag... ] file... -lintl [ library... ]
10 #include <libintl.h>
11 #include <locale.h> /* needed for dcgettext() only */
12
13
15 Historically, functions in this library provided wide character trans‐
16 lations. This functionality now resides in libc(3LIB).
17
18
19 This library is maintained to provide backward compatibility for both
20 runtime and compilation environments. The shared object is implemented
21 as a filter on libc.so.1. New application development need not specify
22 -lintl.
23
25 The shared object libintl.so.1 provides the public interfaces defined
26 below. See Intro(3) for additional information on shared object inter‐
27 faces.
28
29
30
31
32 bindtextdomain dcgettext
33 dgettext gettext
34 textdomain
35
36
38 /lib/libintl.so.1 a filter on /lib/libc.so.1
39
40
41 /lib/64/libintl.so.1 a filter on /lib/64/libc.so.1
42
43
45 See attributes(5) for descriptions of the following attributes:
46
47
48
49
50 ┌─────────────────────────────┬─────────────────────────────┐
51 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
52 ├─────────────────────────────┼─────────────────────────────┤
53 │Availability │SUNWcsl (32-bit) │
54 ├─────────────────────────────┼─────────────────────────────┤
55 │ │SUNWcslx (64-bit) │
56 ├─────────────────────────────┼─────────────────────────────┤
57 │MT-Level │Safe with exceptions │
58 └─────────────────────────────┴─────────────────────────────┘
59
61 pvs(1), Intro(3), gettext(3C), libc(3LIB), attributes(5)
62
63
64
65SunOS 5.11 24 Mar 2004 libintl(3LIB)