<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Howto</title><link>https://sourceforge.net/p/enctool/wiki/Howto/</link><description>Recent changes to Howto</description><atom:link href="https://sourceforge.net/p/enctool/wiki/Howto/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 23 Aug 2012 21:42:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/enctool/wiki/Howto/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Howto modified by Jean-Philippe Serres</title><link>https://sourceforge.net/p/enctool/wiki/Howto/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,48 @@
+HOW TO
+======
+
+Display embedded manual
+-----------------------
+**java -jar enctool.jar**
+
+How to detect encoding of one file
+----------------------------------
+**java -jar enctool.jar myFile.txt**
+OR
+**java -jar enctool.jar -e myFile.txt**
+
+This command will display encoding with the highest level of confidence.
+
+How to detect encoding of multiple files
+----------------------------------------
+**java -jar enctool.jar -r myDirectory**
+
+This command work recursively in the directory.
+
+How to detect encoding of multiple files with a file name filter
+----------------------------------------------------------------
+**java -jar enctool.jar -r -p .*\\.java myDirectory**
+
+In this example, only *.java files are analyzed.
+The pattern filter must be a regular Expression.
+
+How to display files that have a different encoding from one selected
+----------------------------------------------------------------
+**java -jar enctool.jar -r -d ISO-8859-1 myDirectory**
+
+How to convert encoding of one file
+-----------------------------------
+**java -jar enctool.jar -c UTF-8 myFile.txt**
+
+Encoding of "myFile.txt" is detected and converted to UTF-8.
+
+To force input encoding, use "-f" option :
+**java -jar enctool.jar -c UTF-8 -f ISO-8859-1 myFile.txt**
+
+How to convert encoding of multiple files with a file name filter
+----------------------------------------------------------------
+**java -jar enctool.jar -cr UTF-8 -p .*\\.java myDirectory**
+
+
+[[project_admins]]
+[[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Philippe Serres</dc:creator><pubDate>Thu, 23 Aug 2012 21:42:02 -0000</pubDate><guid>https://sourceforge.neta4d0a6b19ef22b005c4456b02caef2f41cfc8600</guid></item><item><title>WikiPage Howto modified by Jean-Philippe Serres</title><link>https://sourceforge.net/p/enctool/wiki/Howto/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Philippe Serres</dc:creator><pubDate>Thu, 23 Aug 2012 21:41:36 -0000</pubDate><guid>https://sourceforge.net1491e96b2cf9b4960910840b17f9e3393fb6ac71</guid></item></channel></rss>