1rstconv(1) Free Pascal resource string converter tool rstconv(1)
2
3
4
6 rstconv - The Free Pascal resource string converter tool.
7
8
10 rstconv [options] -o outfile
11
12
14 rstconv reads a resource string file ( .rst ) that was produced by the
15 Free Pascal compiler and outputs a file that can be used by an interna‐
16 tionalization tool (currently only GNU gettext is supported) for inter‐
17 nationalizing your application.
18
19
21 rstconv has one required option: -o outfile to specify the output file
22 name. If no input file is specified, then standard input is assumed.
23
24
26 -f format
27 Specify the output file format. Currently only the following
28 format is supported:
29
30 po emit a .po file for use with GNU gettext , which converts
31 it to a .mo file, that can be read with the gettext unit.
32
33 -h (or --help)
34 outputs a short help message.
35
36 -i infile
37 Specifies the input file name. If omitted, then standard input
38 is assumed.
39
40 -o outfile
41 (Required) specify the output file name.
42
44 gettext(1) ppc386(1)
45
46
47
48Free Pascal 10 Jan 2000 rstconv(1)