Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Pkgsrc changes:
- Used an absolute path for SUBST_FILES previously, which was wrong.
Changes since version 1.08:
====================================
1.09
- work around broken decode_utf8() in Perl 5.8.7 resp. Encode 2.10 (use
utf8::decode instead)
- adapt test suite to catch cases like this
- warn about dry test run at start, not just at end of a test run
|
|
|
|
missing quotes around the sed(1) replacement expression.
|
|
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 converts the symlink target pointer in
case the symlink target is being converted, too.
|