1SFPARSE(1) GNUstep System Manual SFPARSE(1)
2
3
4
6 sfparse - string file parse
7
8
10 sfparse [ --utf8 | --unicode ] filename
11
12
14 This tool has two different functions. When invoked with just a file‐
15 name as argument, it checks that a file is a valid strings-file, which
16 basically amounts to seeing whether the file is in proper serialized
17 NSDictionary format (type "defaults plist" for info on this).
18
19 On the other hand, if one of the two options is given, no such checking
20 is performed, but the file IS converted into the named encoding.
21
22
24 --unicode - convert an ASCII or UTF8 file to Unicode
25
26 --utf8 - convert an ASCII or Unicode to UTF8
27
28
30 Written in 1999.
31
32 This manual page first appeared in gnustep-base 1.9.2 (March 2004).
33
35 sfparse was written by Richard Frith-Macdonald <rfm@gnu.org>
36
37
38
39GNUstep February 2004 SFPARSE(1)