MAN page from openSUSE Tumbleweed gnustep-base-1.26.0-34.5.x86_64.rpm
SFPARSE
Section: GNUstep System Manual (1)
Updated: February 2004
Index NAME
sfparse - string file parse
SYNOPSIS
sfparse[
--utf8 |
--unicode ]
filename
DESCRIPTION
This tool has two different functions. When invoked with just a filename asargument, it checks that a file is a valid strings-file, which basicallyamounts to seeing whether the file is in proper serialized NSDictionary format(type "
defaults plist" for info on this).On the other hand, if one of the two options is given, no such checking isperformed, but the file IS converted into the named encoding.
OPTIONS
--unicode - convert an ASCII or UTF8 file to Unicode
--utf8 - convert an ASCII or Unicode to UTF8
HISTORY
- Written in 1999.This manual page first appeared in gnustep-base 1.9.2 (March 2004).
AUTHORS
sfparsewas written by Richard Frith-Macdonald <rfmAATTgnu.org>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- HISTORY
- AUTHORS
This document was created byman2html,using the manual pages.