Penguin
Blame: make_unicodemap(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of make_unicodemap(1) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 MAKE_UNICODEMAP
2 !!!MAKE_UNICODEMAP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SAMBA UNICODE MAP FILES
8 FILES
9 INSTALLATION
10 VERSION
11 SEE ALSO
12 AUTHOR
13 ----
14 !!NAME
15
16
17 make_unicodemap - construct a unicode map file for Samba
18 !!SYNOPSIS
19
20
21 __make_unicodemap codepage inputfile
22 outputfile__
23 !!DESCRIPTION
24
25
26 This tool is part of the Samba suite.
27
28
29 __make_unicodemap__ compiles text unicode map files into
30 binary unicode map files for use with the
31 internationalization features of Samba 2.2.
32 !!OPTIONS
33
34
35 __codepage__
36
37
38 This is the codepage or UNIX character set we are processing
39 (a number, e.g. 850).
40
41
42 __inputfile__
43
44
45 This is the input file to process. This is a text unicode
46 map file such as the ones found in the Samba
47 ''source/codepages'' directory.
48
49
50 __outputfile__
51
52
53 This is the binary output file to produce.
54 !!SAMBA UNICODE MAP FILES
55
56
57 A text Samba unicode map file is a description that tells
58 Samba how to map characters from a specified DOS code page
59 or UNIX character set to 16 bit unicode.
60
61
62 A binary Samba unicode map file is a binary representation
63 of the same information, including a value that specifies
64 what codepage or UNIX character set this file is
65 describing.
66 !!FILES
67
68
69 ''CP''
70
71
72 These are the input (text) unicode map files provided in the
73 Samba ''source/codepages'' directory.
74
75
76 A text unicode map file consists of multiple lines
77 containing two fields. These fields are :
78
79
80 ''character'' - which is the (hex) character mapped on
81 this line.
82
83
84 ''unicode'' - which is the (hex) 16 bit unicode character
85 that the character will map to.
86
87
88 ''unicode_map.'' - These are the output
89 (binary) unicode map files produced and placed in the Samba
90 destination ''lib/codepage'' directory.
91 !!INSTALLATION
92
93
94 The location of the server and its support files is a matter
95 for individual system administrators. The following are thus
96 suggestions only.
97
98
99 It is recommended that the __make_unicodemap__ program be
100 installed under the ''$prefix/samba'' hierarchy, in a
101 directory readable by all, writeable only by root. The
102 program itself should be executable by all. The program
103 should NOT be setuid or setgid!
104 !!VERSION
105
106
107 This man page is correct for version 2.2 of the Samba
108 suite.
109 !!SEE ALSO
110
111
112 __smbd(8)__, smb.conf(5)
113 !!AUTHOR
114
115
116 The original Samba software and related utilities were
117 created by Andrew Tridgell. Samba is now developed by the
118 Samba Team as an Open Source project similar to the way the
119 Linux kernel is developed.
120
121
122 The original Samba man pages were written by Karl Auer. The
123 man page sources were converted to YODL format (another
124 excellent piece of Open Source software, available at
125 ftp://ftp.icce.rug.nl/pub/unix/
126 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.