~ubuntu-branches/ubuntu/dapper/gnustep-base/dapper

« back to all changes in this revision

Viewing changes to Tools/sfparse.m

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2004-11-04 20:14:51 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20041104201451-6re73soeth7jm56r
Tags: 1.10.1-2
UploadĀ inĀ unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* This tool checks that a file is a valid strings-file
 
1
/** This tool checks that a file is a valid strings-file
2
2
   Copyright (C) 1999 Free Software Foundation, Inc.
3
3
 
4
4
   Written by:  Richard Frith-Macdonald <richard@brainstorm.co.uk>
103
103
  return 0;
104
104
}
105
105
 
 
106
 
 
107
/** <p>
 
108
 This tool checks that a file is a valid strings-file, and can also convert
 
109
 files to Unicode or UTF-8.  If given the '<code>--unicode</code>' option
 
110
 it converts an ASCII or UTF-8 file to unicode.  If given the
 
111
 '<code>--utf8</code>' option is converts an ASCII or unicode file to UTF-8.
 
112
 </p> */
106
113
int
107
114
main(int argc, char** argv, char **env)
108
115
{