diff options
Diffstat (limited to 'system/convmv/README')
-rw-r--r-- | system/convmv/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/convmv/README b/system/convmv/README new file mode 100644 index 0000000000..174199b364 --- /dev/null +++ b/system/convmv/README @@ -0,0 +1,8 @@ +convmv converts filenames (not file content), directories, and even +whole filesystems to a different encoding. Though it's primary written +to convert from/to UTF-8 it can also be used with almost any other +charset encoding. Convmv can also be used for case conversion from +upper to lower case and vice versa with virtually any charset. + +ATTENTION: Perl 5.10 seems to have a broken from_to() function so that +convmv can not convert files to UTF-8 without using the --nosmart switch! |