Up

sfparse documentation

Authors

Richard Frith-Macdonald (richard@brainstorm.co.uk)

Copyright: (C) 1999 Free Software Foundation, Inc.


Contents -

  1. sfparse
  2. sfparse functions

sfparse

This tool checks that a file is a valid strings-file, and can also convert files to Unicode or UTF-8. If given the ' --unicode ' option it converts an ASCII or UTF-8 file to unicode. If given the ' --utf8 ' option is converts an ASCII or unicode file to UTF-8.

sfparse functions

convert_unicode

int convert_unicode(NSArray* args);
Availability: OpenStep

Description forthcoming.

convert_utf8

int convert_utf8(NSArray* args);
Availability: OpenStep

Description forthcoming.


Up