logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sfparse - string file parse

Authors

sfparse was written by Richard Frith-Macdonald <rfm@gnu.org>

GNUstep                                           February 2004                                       SFPARSE(1)

Description

       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 "defaultsplist" for info on this).

       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.

History

       Written in 1999.

       This manual page first appeared in gnustep-base 1.9.2 (March 2004).

Name

       sfparse - string file parse

Options

--unicode    - convert an ASCII or UTF8 file to Unicode

       --utf8       - convert an ASCII or Unicode to UTF8

Synopsis

sfparse [ --utf8 | --unicode ] filename

See Also