Package enconvmv: Information
Source package: enconvmv
Version: 0.2.0-alt1
Build time: Jun 10, 2011, 03:28 AM
Category: File tools
Report package bugLicense: GPL
Summary: convmv meets enca
Description:
This is a script to traverse a directory tree and convert file and directory names to target charset, auto-guessing source charset given the language. If no target language and charset are given, then they're assumed based on current locale. If lynx(1) is present, transliteration is also possible. WARNING: it's not as thorough as convmv, rather a sample which ought to be merged there (but worked for me). NOTE: you can back up filenames with cp -al easily, do it!
Maintainer: Michael Shigorin
Last changed
June 10, 2011 Michael Shigorin 0.2.0-alt1
- merged george@'s patch for translit support (closes: #25741) - rewrote directory traversal routine (seems to still work) - tweaked error handling and reporting - misc cleanups
March 10, 2007 Michael Shigorin 0.1.6-alt2
- noarch
March 10, 2007 Michael Shigorin 0.1.6-alt1
- added another one-liner by svd@ to avoid traversing symlinks (proper handling of symlinks is an open task though but this time better safe than sorry)