• R/O
  • SSH
  • HTTPS

tortoisesvn: Arbre Source


Nom Taille Révision l'heure Auteur Message de Log
MakeUTF8.vcxproj 5.95 k r28553 2019-04-12 01:18:48 stefankueng update to VS2019
MakeUTF8.sln 1.68 k r28553 2019-04-12 01:18:48 stefankueng update to VS2019
po-merge.cs 9.46 k r8804 2007-02-26 15:33:57 dongsheng.song Update FSF's address
MakeUTF8.c 11.6 k r24626 2013-08-04 17:44:53 XhmikosR contrib/Utils/MakeUTF8.c: fix passing...
MakeUTF8.vcxproj.filters 942 r23999 2013-03-16 02:39:20 XhmikosR contrib/Utils/MakeUTF8: * Now it sho...
Readme.txt 687 r3982 2005-07-24 21:06:25 stefankueng Set the svn:eol-style property on all...

Readme.txt

MakeUTF8.c
==========
Description:
This program checks text files for the presence of a byte-order-mark (BOM)
and for a UTF-8 encoding indicator in the XML version tag. You can also
opt to add either or both of these features.

Use:
MakeUTF8 [ -b ] [ -x ] file [ file ... ]
Wildcard filenames are supported. Subdirectory recursion is not at present.
-b option adds/corrects BOM in file if not already present.
-x option adds/corrects XML tag if not already present.
With no options, the current stateis reported but nothing is changed.

Example:
MakeUTF8 -b *.xml tsvn_dug\*.xml
Fixes BOMs (but not XML tags) in all .xml files in the current directory,
and in the tsvn_dug subdirectory.
Afficher sur ancien navigateur de dépôt.