Downloadliste

Projektbeschreibung

convmv converts filenames (not file content),
directories, and even whole filesystems to a different
encoding. This comes in very handy if, for example,
one switches from an 8-bit locale to an UTF-8 locale or changes charsets on Samba servers. It
has some smart features: it automagically recognises if
a file is already UTF-8 encoded (thus partly converted
filesystems can be fully moved to UTF-8) and it also
takes care of symlinks. Additionally, it is able to convert
from normalization form C (UTF-8 NFC) to NFD and vice-versa. This is important for interoperability with Mac OS X, for example, which uses NFD, while Linux and most other Unixes use NFC. Though it's primary written to convert from/to UTF-8 it can also be used with almost any other charset encoding. Convmv can also be used for case conversion from upper to lower case and vice versa with virtually any charset. Note that this is a command line tool which requires at least Perl version 5.8.0.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-21 17:09
1.15

Diese Veröffentlichung fügt eine neue - dump-options Option, um Dinge zu schreiben wie ein bash completion einfacher. Diese Version bietet außerdem die Funktion, bei Umstellung auf Groß-und Kleinschreibung Dateisystem zu tun.
This release adds a new --dump-options option to make writing things like a bash completion easier. This release also adds the feature to do case conversion on a case-insensitive filesystem.

2008-12-12 18:57
1.14

Diese Version arbeitet rund um einige weitere Perl:: Encode Inkompatibilitäten. Es läuft jetzt wieder mit dem alten Perl 5.8-Releases.
Tags: Minor bugfixes
This release works around some more Perl::Encode
incompatibilities. It now runs again with old Perl
5.8 releases.

2008-12-01 05:50
1.13

Diese Version fügt einen neuen einzulesenden-Modus, eine Option, um besser zu beheben Doppel-UTF-8 kodierten Dateien, und die Fähigkeit, Zeitstempel erhalten. Einige Kleinigkeiten wurden poliert.
Tags: Major feature enhancements
This release adds a new parseable mode, an option to better fix double UTF-8 encoded files, and the ability to preserve timestamps. Some minor things have been polished.

2008-01-23 19:31
1.12

Diese Version arbeitet auch mit Perl 5.10. Es ist unter der GPL v2 und v3 lizenziert.
Tags: Minor bugfixes
This release also works with Perl 5.10. It is licensed under the GPL v2 and v3.

2008-01-22 16:37
1.11

Diese Version behebt einige kleine Bugs, verbessert die Test-Suite, und führt ein neues Check-Routine, die beim Programmstart aufgerufen wird. Perl 5.8.8 wurde ein Bug, der betroffenen convmv, die bearbeitet werden kann um. Perl 5.10 wieder eingeführt einen Fehler, der jetzt berichtet wird, daß ein Perl-Bug, so dass der Benutzer nicht wundern, warum die Dinge nicht so funktionieren wie erwartet.
Tags: Minor bugfixes
This release fixes some small bugs, improves the
test suite, and introduces a new check routine
which is called at program startup. Perl 5.8.8
introduced a bug that affected convmv which can be
worked around. Perl 5.10 again introduced a bug
which is now reported to be a Perl bug so that the
user does not wonder why things don't work as
expected.

Project Resources