OSDN Git Service

Issue 66 in tortoisegit: Some log lines lose color or disappear after you click on...
[tortoisegit/TortoiseGitJp.git] / contrib / Utils / Readme.txt
1 MakeUTF8.c\r
2 ==========\r
3 Description:\r
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
7 \r
8 Use:\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
14 \r
15 Example:\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