summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-27 21:12:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-27 21:12:27 +0000
commita1b1321d98a74d6d1f1a9ed19e51542a4578af1e (patch)
tree426ced2cacd4343988070b562fce50ff7a4c9301 /converters/Makefile
parentDocument rssh format string vulnerability. (diff)
Add convmv.
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
Notes: svn path=/head/; revision=120346
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 0ae885a24540..8052246ed5e0 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -10,6 +10,7 @@
SUBDIR += chmview
SUBDIR += cmios9
SUBDIR += cn2jp
+ SUBDIR += convmv
SUBDIR += dosunix
SUBDIR += dumpasn1
SUBDIR += enca