new public version of walrus utilities
[feisty_meow.git] / walrus / utilities / filesystem / filename_conversion.txt
1
2
3 convmv is a great tool for changing filenames from 
4 one encoding to another.  example commands:
5
6 # recursive conversion from windows code page (or close to
7 # it) into utf-8 encoding.  this just tests to see if all
8 # the intended conversions would work.
9 convmv -r -f iso8859-1 -t utf-8 *
10
11 # convert from wacky utf-7 format into utf-8 format.
12 # this assumes a prior test was done and actually does
13 # the name conversions.
14 convmv --notest -r -f utf-7 -t utf-8 *