Bug 73191 - [NEW PORT] converters/convmv: Convert filenames from one encoding to another
Summary: [NEW PORT] converters/convmv: Convert filenames from one encoding to another
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 10:10 UTC by kcwu
Modified: 2004-10-27 22:13 UTC (History)
0 users

See Also:


Attachments
convmv-1.08.shar (2.88 KB, text/plain)
2004-10-27 10:10 UTC, kcwu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description kcwu 2004-10-27 10:10:25 UTC
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.

WWW: http://j3e.de/linux/convmv/man/

- Kuang-che Wu
  kcwu@csie.org

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-27 22:13:30 UTC
State Changed
From-To: open->closed

New port added, thank you!