Fix links in html versions of manpages
[sfrench/samba-autobuild/.git] / docs / htmldocs / make_unicodemap.1.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML
3 ><HEAD
4 ><TITLE
5 >make_unicodemap</TITLE
6 ><META
7 NAME="GENERATOR"
8 CONTENT="Modular DocBook HTML Stylesheet Version 1.77"></HEAD
9 ><BODY
10 CLASS="REFENTRY"
11 BGCOLOR="#FFFFFF"
12 TEXT="#000000"
13 LINK="#0000FF"
14 VLINK="#840084"
15 ALINK="#0000FF"
16 ><H1
17 ><A
18 NAME="MAKE-UNICODEMAP"
19 ></A
20 >make_unicodemap</H1
21 ><DIV
22 CLASS="REFNAMEDIV"
23 ><A
24 NAME="AEN5"
25 ></A
26 ><H2
27 >Name</H2
28 >make_unicodemap&nbsp;--&nbsp;construct a unicode map file for Samba</DIV
29 ><DIV
30 CLASS="REFSYNOPSISDIV"
31 ><A
32 NAME="AEN8"
33 ></A
34 ><H2
35 >Synopsis</H2
36 ><P
37 ><B
38 CLASS="COMMAND"
39 >make_unicodemap</B
40 >  {codepage} {inputfile} {outputfile}</P
41 ></DIV
42 ><DIV
43 CLASS="REFSECT1"
44 ><A
45 NAME="AEN14"
46 ></A
47 ><H2
48 >DESCRIPTION</H2
49 ><P
50 >       This tool is part of the <A
51 HREF="samba.7.html"
52 TARGET="_top"
53 >Samba</A
54
55         suite.
56         </P
57 ><P
58 >       <B
59 CLASS="COMMAND"
60 >make_unicodemap</B
61 > compiles text unicode map 
62         files into binary unicode map files for use with the 
63         internationalization features of Samba 2.2.
64         </P
65 ></DIV
66 ><DIV
67 CLASS="REFSECT1"
68 ><A
69 NAME="AEN20"
70 ></A
71 ><H2
72 >OPTIONS</H2
73 ><P
74 ></P
75 ><DIV
76 CLASS="VARIABLELIST"
77 ><DL
78 ><DT
79 >codepage</DT
80 ><DD
81 ><P
82 >This is the codepage or UNIX character 
83                 set we are processing (a number, e.g. 850).
84                 </P
85 ></DD
86 ><DT
87 >inputfile</DT
88 ><DD
89 ><P
90 >This is the input file to process. This is a 
91                 text unicode map file such as the ones found in the Samba
92                 <TT
93 CLASS="FILENAME"
94 >source/codepages</TT
95 > directory. 
96                 </P
97 ></DD
98 ><DT
99 >outputfile</DT
100 ><DD
101 ><P
102 >This is the binary output file to produce. 
103                 </P
104 ></DD
105 ></DL
106 ></DIV
107 ></DIV
108 ><DIV
109 CLASS="REFSECT1"
110 ><A
111 NAME="AEN36"
112 ></A
113 ><H2
114 >Samba Unicode Map Files</H2
115 ><P
116 >       A text Samba unicode map file is a description that tells Samba 
117         how to map characters from a specified DOS code page or UNIX character 
118         set to 16 bit unicode.
119         </P
120 ><P
121 >A binary Samba unicode map file is a binary representation 
122         of the same information, including a value that specifies what 
123         codepage or UNIX character set this file is describing. 
124         </P
125 ></DIV
126 ><DIV
127 CLASS="REFSECT1"
128 ><A
129 NAME="AEN40"
130 ></A
131 ><H2
132 >Files</H2
133 ><P
134 ><TT
135 CLASS="FILENAME"
136 >CP&lt;codepage&gt;.TXT</TT
137 ></P
138 ><P
139 >       These are the input (text) unicode map files provided 
140         in the Samba <TT
141 CLASS="FILENAME"
142 >source/codepages</TT
143
144         directory. 
145         </P
146 ><P
147 >       A text unicode map file consists of multiple lines 
148         containing two fields. These fields are :  
149         </P
150 ><P
151 ></P
152 ><UL
153 ><LI
154 ><P
155 ><TT
156 CLASS="PARAMETER"
157 ><I
158 >character</I
159 ></TT
160 > - which is 
161                 the (hex) character mapped on this line.
162                 </P
163 ></LI
164 ><LI
165 ><P
166 ><TT
167 CLASS="PARAMETER"
168 ><I
169 >unicode</I
170 ></TT
171 > - which 
172                 is the (hex) 16 bit unicode character that the character
173                 will map to. 
174                 </P
175 ></LI
176 ></UL
177 ><P
178 >       <TT
179 CLASS="FILENAME"
180 >unicode_map.&lt;codepage&gt;</TT
181 >  - These are 
182         the output (binary) unicode map files produced and placed in 
183         the Samba destination <TT
184 CLASS="FILENAME"
185 >lib/codepage</TT
186
187         directory.
188         </P
189 ></DIV
190 ><DIV
191 CLASS="REFSECT1"
192 ><A
193 NAME="AEN57"
194 ></A
195 ><H2
196 >Installation</H2
197 ><P
198 >       The location of the server and its support files is a matter
199         for individual system administrators. The following are thus 
200         suggestions only. 
201         </P
202 ><P
203 >       It is recommended that the <B
204 CLASS="COMMAND"
205 >make_unicodemap</B
206
207         program be installed under the 
208         <TT
209 CLASS="FILENAME"
210 >$prefix/samba</TT
211 > hierarchy, 
212         in a directory readable by all, writeable only by root. The 
213         program itself should be executable by all.  The program
214         should NOT be setuid or setgid! 
215         </P
216 ></DIV
217 ><DIV
218 CLASS="REFSECT1"
219 ><A
220 NAME="AEN63"
221 ></A
222 ><H2
223 >VERSION</H2
224 ><P
225 >This man page is correct for version 2.2 of 
226         the Samba suite.</P
227 ></DIV
228 ><DIV
229 CLASS="REFSECT1"
230 ><A
231 NAME="AEN66"
232 ></A
233 ><H2
234 >SEE ALSO</H2
235 ><P
236 ><A
237 HREF="smbd.8.html"
238 TARGET="_top"
239 ><B
240 CLASS="COMMAND"
241 >smbd(8)</B
242 ></A
243 >, 
244         <A
245 HREF="smb.conf.5.html"
246 TARGET="_top"
247 >smb.conf(5)</A
248 >
249         </P
250 ></DIV
251 ><DIV
252 CLASS="REFSECT1"
253 ><A
254 NAME="AEN72"
255 ></A
256 ><H2
257 >AUTHOR</H2
258 ><P
259 >The original Samba software and related utilities 
260         were created by Andrew Tridgell. Samba is now developed
261         by the Samba Team as an Open Source project similar 
262         to the way the Linux kernel is developed.</P
263 ><P
264 >The original Samba man pages were written by Karl Auer. 
265         The man page sources were converted to YODL format (another 
266         excellent piece of Open Source software, available at
267         <A
268 HREF="ftp://ftp.icce.rug.nl/pub/unix/"
269 TARGET="_top"
270 >       ftp://ftp.icce.rug.nl/pub/unix/</A
271 >) and updated for the Samba 2.0 
272         release by Jeremy Allison.  The conversion to DocBook for 
273         Samba 2.2 was done by Gerald Carter</P
274 ></DIV
275 ></BODY
276 ></HTML
277 >