aboutsummaryrefslogtreecommitdiff
path: root/converters/convmv
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.14Li-Wen Hsu2009-01-013-11/+12
| | | | | | | | | PR: ports/130049 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Kuang-che Wu <kcwu AT csie.org> (maintainer) Notes: svn path=/head/; revision=225094
* - Update to 1.12Martin Wilke2008-03-062-6/+5
| | | | | | | | PR: 121180 Submitted by: Kuang-che Wu <kcwu@csie.org> (maintainer) Notes: svn path=/head/; revision=208502
* - Fix dependency for Perl < 5.7.1Rong-En Fan2006-10-311-1/+8
| | | | | | | | | PR: ports/104671, ports/104672 Submitted by: Jin-Shan Tseng, Gea-Suan Lin Approved by: Kuang-che Wu (maintainer) Notes: svn path=/head/; revision=175577
* - Update to 1.10Martin Wilke2006-08-292-4/+4
| | | | | | | | PR: ports/102652 Submitted by: Kuang-che Wu <kcwu(at)csie.org> (maintainer) Notes: svn path=/head/; revision=171629
* - Update to 1.09Cheng-Lung Sung2006-02-102-4/+4
| | | | | | | | PR: 93098 Submitted by: maintainer (Kuang-che Wu) Notes: svn path=/head/; revision=155616
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Add convmv.Pav Lucistnik2004-10-274-0/+63
convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also takes care of symlinks, also converts the symlink target pointer in case the symlink target is being converted, too. All this comes in very handy when one wants to switch over from old 8-bit locales to UTF-8 locales. It is also possible to convert directories to UTF-8 which are already partly UTF-8 encoded. convmv is able to detect if certain files are UTF-8 encoded and will skip them by default. To turn this smartness off use the --nosmart switch. PR: ports/73191 Submitted by: Kuang-che Wu <kcwu@csie.org> Notes: svn path=/head/; revision=120346