4 This program checks text files for the presence of a byte-order-mark (BOM)
\r
5 and for a UTF-8 encoding indicator in the XML version tag. You can also
\r
6 opt to add either or both of these features.
\r
9 MakeUTF8 [ -b ] [ -x ] file [ file ... ]
\r
10 Wildcard filenames are supported. Subdirectory recursion is not at present.
\r
11 -b option adds/corrects BOM in file if not already present.
\r
12 -x option adds/corrects XML tag if not already present.
\r
13 With no options, the current stateis reported but nothing is changed.
\r
16 MakeUTF8 -b *.xml tsvn_dug\*.xml
\r
17 Fixes BOMs (but not XML tags) in all .xml files in the current directory,
\r
18 and in the tsvn_dug subdirectory.
\r