mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Added some files I missed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f8e4fbf8f
commit
9b1f0706a1
8 changed files with 1533 additions and 0 deletions
33
Tools/sfparse.1
Normal file
33
Tools/sfparse.1
Normal file
|
@ -0,0 +1,33 @@
|
|||
.TH SFPARSE "1" "February 2004" "GNUstep" "GNUstep System Manual"
|
||||
.SH NAME
|
||||
sfparse \- string file parse
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B sfparse
|
||||
[ \fI--utf8\fR | \fI--unicode\fR ] \fIfilename\fR
|
||||
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
This tool has two different functions. When invoked with just a filename as
|
||||
argument, it checks that a file is a valid strings-file, which basically
|
||||
amounts to seeing whether the file is in proper serialized NSDictionary format
|
||||
(type "\fIdefaults plist\fR" for info on this).
|
||||
.P
|
||||
On the other hand, if one of the two options is given, no such checking is
|
||||
performed, but the file IS converted into the named encoding.
|
||||
|
||||
.SH OPTIONS
|
||||
.P
|
||||
\fB\-\-unicode\fR - convert an ASCII or UTF8 file to Unicode
|
||||
.P
|
||||
\fB\-\-utf8\fR - convert an ASCII or Unicode to UTF8
|
||||
|
||||
.SH HISTORY
|
||||
.RS 0
|
||||
Written in 1999.
|
||||
.P
|
||||
This manual page first appeared in gnustep-base 1.9.2 (March 2004).
|
||||
.P
|
||||
.SH AUTHORS
|
||||
.B sfparse
|
||||
was written by Richard Frith-McDonald <rfm@gnu.org>
|
Loading…
Add table
Add a link
Reference in a new issue