GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
rstconv(1) Free Pascal resource string converter tool rstconv(1)

rstconv - The Free Pascal resource string converter tool.

rstconv [options] -o outfile

rstconv reads a resource string file ( .rst ) that was produced by the Free Pascal compiler and outputs a file that can be used by an internationalization tool (currently only GNU gettext is supported) for internationalizing your application.

rstconv has one required option: -o outfile to specify the output file name. If no input file is specified, then standard input is assumed.

-f format
Specify the output file format. Currently only the following format is supported:
po
emit a .po file for use with GNU gettext , which converts it to a .mo file, that can be read with the gettext unit.
-h (or --help)
outputs a short help message.
-i infile
Specifies the input file name. If omitted, then standard input is assumed.
-o outfile
(Required) specify the output file name.

gettext(1) ppc386(1)
10 Jan 2000 Free Pascal

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.