new public version of walrus utilities
[feisty_meow.git] / walrus / utilities / filesystem / filename_conversion.txt
diff --git a/walrus/utilities/filesystem/filename_conversion.txt b/walrus/utilities/filesystem/filename_conversion.txt
new file mode 100644 (file)
index 0000000..3c9cfbe
--- /dev/null
@@ -0,0 +1,14 @@
+
+
+convmv is a great tool for changing filenames from 
+one encoding to another.  example commands:
+
+# recursive conversion from windows code page (or close to
+# it) into utf-8 encoding.  this just tests to see if all
+# the intended conversions would work.
+convmv -r -f iso8859-1 -t utf-8 *
+
+# convert from wacky utf-7 format into utf-8 format.
+# this assumes a prior test was done and actually does
+# the name conversions.
+convmv --notest -r -f utf-7 -t utf-8 *