textconv -V (return code: 1)
Unicode text format conversion utility for Allegro 4.4.2, Unix
By Shawn Hargreaves, 2011
Usage: 'textconv [options] -i{type} [inputfile] -o{type} [outputfile]'
Character encoding {type} codes:
a - 8 bit ASCII (Latin-1 codepage)
b - 7 bit bare ASCII or codepage loaded via -f
u - UTF-8 encoding
w - 16 bit Unicode (current machine endianness)
W - 16 bit Unicode (flip endianness)
Option flags:
-f{file} = load alternate codepage file
-c = output data in C string format (default is binary)
-h = output data in hex format (default is binary)
-d = output line breaks in DOS (CR/LF) format
-u = output line breaks in Unix (LF) format
-w = add an endianness watermark to Unicode output files
-v = verbose output
If filenames are not specified, stdin and stdout will be used
textconv -HELP (return code: 1)
Unicode text format conversion utility for Allegro 4.4.2, Unix
By Shawn Hargreaves, 2011
Usage: 'textconv [options] -i{type} [inputfile] -o{type} [outputfile]'
Character encoding {type} codes:
a - 8 bit ASCII (Latin-1 codepage)
b - 7 bit bare ASCII or codepage loaded via -f
u - UTF-8 encoding
w - 16 bit Unicode (current machine endianness)
W - 16 bit Unicode (flip endianness)
Option flags:
-f{file} = load alternate codepage file
-c = output data in C string format (default is binary)
-h = output data in hex format (default is binary)
-d = output line breaks in DOS (CR/LF) format
-u = output line breaks in Unix (LF) format
-w = add an endianness watermark to Unicode output files
-v = verbose output
If filenames are not specified, stdin and stdout will be used