summaryrefslogtreecommitdiffstats
path: root/po/de/man1/iconv.1.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /po/de/man1/iconv.1.po
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/de/man1/iconv.1.po')
-rw-r--r--po/de/man1/iconv.1.po625
1 files changed, 625 insertions, 0 deletions
diff --git a/po/de/man1/iconv.1.po b/po/de/man1/iconv.1.po
new file mode 100644
index 00000000..202d6f09
--- /dev/null
+++ b/po/de/man1/iconv.1.po
@@ -0,0 +1,625 @@
+# German translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Mario Blättermann <mario.blaettermann@gmail.com>, 2019-2022, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n 2.21\n"
+"POT-Creation-Date: 2024-03-01 16:58+0100\n"
+"PO-Revision-Date: 2024-02-16 16:18+0100\n"
+"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 22.12.0\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "iconv"
+msgstr "iconv"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "2024-01-28"
+msgstr "28. Januar 2024"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "BEZEICHNUNG"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "iconv - convert text from one character encoding to another"
+msgstr "iconv - Zeichenkodierung eines Texts in eine andere umwandeln"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "ÜBERSICHT"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<iconv> [I<options>] [-f I<from-encoding>] [-t I<to-encoding>] "
+"[I<inputfile>]..."
+msgstr ""
+"B<iconv> [I<Optionen>] [-f I<Quellkodierung>] [-t I<Zielkodierung>] "
+"[I<Eingabedatei>] …"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "BESCHREIBUNG"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<iconv> program reads in text in one encoding and outputs the text in "
+"another encoding. If no input files are given, or if it is given as a dash "
+"(-), B<iconv> reads from standard input. If no output file is given, "
+"B<iconv> writes to standard output."
+msgstr ""
+"Das Programm B<iconv> liest Text in einer Zeichenkodierung und gibt den Text "
+"in einer anderen Zeichenkodierung aus. Falls keine Eingabedateien oder diese "
+"in Form eines Minuszeichens (-) angegeben werden, liest B<iconv> aus der "
+"Standardeingabe. Wird keine Ausgabedatei angegeben, schreibt B<iconv> in die "
+"Standardausgabe."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If no I<from-encoding> is given, the default is derived from the current "
+"locale's character encoding. If no I<to-encoding> is given, the default is "
+"derived from the current locale's character encoding."
+msgstr ""
+"Falls die I<Quellkodierung> und/oder I<Zielkodierung> nicht angegeben ist, "
+"werden die Vorgaben dafür aus der Zeichenkodierung der aktuellen Locale "
+"abgeleitet."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "OPTIONS"
+msgstr "OPTIONEN"
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--from-code=>I<from-encoding>"
+msgstr "B<--from-code=>I<Quellkodierung>"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-f\\~>I<from-encoding>"
+msgstr "B<-f\\~>I<Quellkodierung>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Use I<from-encoding> for input characters."
+msgstr ""
+"verwendet die angegebene I<Quellkodierung> für die Zeichen der Eingabe."
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--to-code=>I<to-encoding>"
+msgstr "B<--to-code=>I<Zielkodierung>"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-t\\~>I<to-encoding>"
+msgstr "B<-t\\~>I<Zielkodierung>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Use I<to-encoding> for output characters."
+msgstr "verwendet die angegebene I<Zielkodierung> für die Zeichen der Ausgabe."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the string B<//IGNORE> is appended to I<to-encoding>, characters that "
+"cannot be converted are discarded and an error is printed after conversion."
+msgstr ""
+"Falls die Zeichenkette B<//IGNORE> an die I<Zielkodierung> angehängt wird, "
+"dann werden nicht umwandelbare Zeichen verworfen und nach der Umwandlung "
+"eine Fehlermeldung ausgegeben."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the string B<//TRANSLIT> is appended to I<to-encoding>, characters being "
+"converted are transliterated when needed and possible. This means that when "
+"a character cannot be represented in the target character set, it can be "
+"approximated through one or several similar looking characters. Characters "
+"that are outside of the target character set and cannot be transliterated "
+"are replaced with a question mark (?) in the output."
+msgstr ""
+"Falls die Zeichenkette B<//TRANSLIT> an die I<Zielkodierung> angehängt wird, "
+"werden Zeichen »transliteriert« (umgeschrieben), falls das notwendig und "
+"möglich ist. Das bedeutet, dass ein im Ziel-Zeichensatz nicht darstellbares "
+"Zeichen durch ein oder mehrere ähnlich aussehende Zeichen dargestellt werden "
+"kann. Zeichen, die im Ziel-Zeichensatz nicht verfügbar sind, aber auch nicht "
+"umgeschrieben werden können, werden in der Ausgabe durch ein Fragezeichen "
+"(?) ersetzt."
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--list>"
+msgstr "B<--list>"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-l>"
+msgstr "B<-l>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "List all known character set encodings."
+msgstr "listet alle bekannten Zeichensatzkodierungen auf."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-c>"
+msgstr "B<-c>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Silently discard characters that cannot be converted instead of terminating "
+"when encountering such characters."
+msgstr ""
+"verwirft stillschweigend Zeichen, die nicht umgewandelt werden können, "
+"anstatt das Programm zu beenden, wenn solche Zeichen erkannt werden."
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--output=>I<outputfile>"
+msgstr "B<--output=>I<Ausgabedatei>"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-o\\~>I<outputfile>"
+msgstr "B<-o\\~>I<Ausgabedatei>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Use I<outputfile> for output."
+msgstr "verwendet die angegebene I<Ausgabedatei> für die Ausgabe."
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--silent>"
+msgstr "B<--silent>"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-s>"
+msgstr "B<-s>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "This option is ignored; it is provided only for compatibility."
+msgstr "wird ignoriert; wird nur aus Kompatibilitätsgründen bereitgestellt."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--verbose>"
+msgstr "B<--verbose>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Print progress information on standard error when processing multiple files."
+msgstr ""
+"schreibt Fortschrittsinformationen in die Standardfehlerausgabe, wenn "
+"mehrere Dateien verarbeitet werden."
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--help>"
+msgstr "B<--help>"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-?>"
+msgstr "B<-?>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Print a usage summary and exit."
+msgstr "Benutzungshinweise ausgeben und beenden."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--usage>"
+msgstr "B<--usage>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Print a short usage summary and exit."
+msgstr "gibt eine kurze Aufrufzusammenfassung aus und beendet das Programm."
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<--version>"
+msgstr "B<--version>"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-V>"
+msgstr "B<-V>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Print the version number, license, and disclaimer of warranty for B<iconv>."
+msgstr ""
+"gibt für B<iconv> die Versionsnummer, die Lizenz und einen "
+"Haftungsausschluss aus."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXIT STATUS"
+msgstr "EXIT-STATUS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Zero on success, nonzero on errors."
+msgstr "Null bei Erfolg, von Null verschieden bei Fehlern."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ENVIRONMENT"
+msgstr "UMGEBUNGSVARIABLEN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Internally, the B<iconv> program uses the B<iconv>(3) function which in "
+"turn uses I<gconv> modules (dynamically loaded shared libraries) to convert "
+"to and from a character set. Before calling B<iconv>(3), the B<iconv> "
+"program must first allocate a conversion descriptor using B<iconv_open>(3). "
+"The operation of the latter function is influenced by the setting of the "
+"B<GCONV_PATH> environment variable:"
+msgstr ""
+"Intern verwendet das Programm B<iconv> die Funktion B<iconv>(3), die "
+"wiederum auf I<gconv>-Module zurückgreift (dynamisch geladene gemeinsame "
+"Bibliotheken), um von einer Zeichenkodierung in eine andere umzuwandeln. Vor "
+"dem Aufruf von B<iconv>(3) muss das Programm B<iconv> zuerst mittels "
+"B<iconv_open>(3) einen Umwandlungsdeskriptor zuweisen. Die Vorgehensweise "
+"der letzteren Funktion wird durch das Setzen der Umgebungsvariable "
+"B<GCONV_PATH> beeinflusst:"
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\[bu]"
+msgstr "\\[bu]"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If B<GCONV_PATH> is not set, B<iconv_open>(3) loads the system gconv module "
+"configuration cache file created by B<iconvconfig>(8) and then, based on "
+"the configuration, loads the gconv modules needed to perform the "
+"conversion. If the system gconv module configuration cache file is not "
+"available then the system gconv module configuration file is used."
+msgstr ""
+"Falls B<GCONV_PATH> nicht gesetzt ist, lädt B<iconv_open>(3) die "
+"systemweite, von B<iconvconfig>(8) erstellte B<gconv>-"
+"Modulkonfigurationszwischenspeicherdatei. Anschließend werden, basierend auf "
+"der Konfiguration, die zur Umwandlung erforderlichen B<gconv>-Module "
+"geladen. Falls die systemweite B<gconv>-"
+"Modulkonfigurationszwischenspeicherdatei nicht verfügbar ist, wird die "
+"systemweite B<gconv>-Modulkonfigurationsdatei verwendet."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If B<GCONV_PATH> is defined (as a colon-separated list of pathnames), the "
+"system gconv module configuration cache is not used. Instead, "
+"B<iconv_open>(3) first tries to load the configuration files by searching "
+"the directories in B<GCONV_PATH> in order, followed by the system default "
+"gconv module configuration file. If a directory does not contain a gconv "
+"module configuration file, any gconv modules that it may contain are "
+"ignored. If a directory contains a gconv module configuration file and it "
+"is determined that a module needed for this conversion is available in the "
+"directory, then the needed module is loaded from that directory, the order "
+"being such that the first suitable module found in B<GCONV_PATH> is used. "
+"This allows users to use custom modules and even replace system-provided "
+"modules by providing such modules in B<GCONV_PATH> directories."
+msgstr ""
+"Falls B<GCONV_PATH> definiert ist (als eine durch Doppelpunkte getrennte "
+"Liste aus Pfadnamen), dann wird der systemweite B<gconv>-"
+"Modulkonfigurationszwischenspeicher nicht verwendet. Stattdessen versucht "
+"B<iconv_open>(3) zunächst die Verzeichnisse in B<GCONV_PATH> in der dort "
+"angegebenen Reihenfolge nach Konfigurationsdateien zu durchsuchen, danach "
+"die systemweite B<gconv>-Modulkonfigurationsdatei. Falls ein Verzeichnis "
+"keine B<gconv>-Modulkonfigurationsdatei enthält, werden sämtliche eventuell "
+"enthaltenen B<gconv>-Module ignoriert. Falls ein Verzeichnis eine B<gconv>-"
+"Modulkonfigurationsdatei enthält und festgestellt wird, dass ein für die "
+"Umwandlung erforderliches Modul in diesem Verzeichnis verfügbar ist, dann "
+"wird das benötigte Modul von dort geladen; die Reihenfolge bestimmt, dass "
+"das zuerst in B<GCONV_PATH> gefundene Modul geladen wird. Dies ermöglicht "
+"Benutzern, eigene Module zu verwenden und selbst die systemweit verfügbaren "
+"Module zu ersetzen, indem sie solche Module in B<GCONV_PATH>-Verzeichnissen "
+"bereitstellen."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "FILES"
+msgstr "DATEIEN"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</usr/lib/gconv>"
+msgstr "I</usr/lib/gconv>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Usual default gconv module path."
+msgstr "Üblicher B<gconv>-Vorgabemodulpfad."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</usr/lib/gconv/gconv-modules>"
+msgstr "I</usr/lib/gconv/gconv-modules>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Usual system default gconv module configuration file."
+msgstr "Übliche, systemweite Vorgabedatei für die B<gconv>-Modulkonfiguration."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</usr/lib/gconv/gconv-modules.cache>"
+msgstr "I</usr/lib/gconv/gconv-modules.cache>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Usual system gconv module configuration cache."
+msgstr "Üblicher B<gconv>-Modulkonfigurationszwischenspeicher."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Depending on the architecture, the above files may instead be located at "
+"directories with the path prefix I</usr/lib64>."
+msgstr ""
+"Abhängig von der Architektur können sich die vorstehend genannten Dateien "
+"stattdessen in Verzeichnissen mit dem Pfad-Präfix I</usr/lib64> befinden."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDS"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "GESCHICHTE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001."
+msgstr "POSIX.1-2001."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "BEISPIELE"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide
+msgid "Convert text from the ISO/IEC\\~8859-15 character encoding to UTF-8:"
+msgstr "Text aus der Zeichenkodierung ISO/IEC\\~8859-15 in UTF-8 umwandeln:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "$ B<iconv -f ISO-8859-15 -t UTF-8 E<lt> input.txt E<gt> output.txt>\n"
+msgstr "$ B<iconv -f ISO-8859-15 -t UTF-8 E<lt> Eingabe.txt E<gt> Ausgabe.txt>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The next example converts from UTF-8 to ASCII, transliterating when possible:"
+msgstr ""
+"Das nächste Beispiel wandelt von UTF-8 in ASCII um, mit Umschreibung, falls "
+"möglich:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"$ B<echo abc ß α € àḃç | iconv -f UTF-8 -t ASCII//TRANSLIT>\n"
+"abc ss ? EUR abc\n"
+msgstr ""
+"$ B<echo abc ß α € àḃç | iconv -f UTF-8 -t ASCII//TRANSLIT>\n"
+"abc ss ? EUR abc\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "SIEHE AUCH"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<locale>(1), B<uconv>(1), B<iconv>(3), B<nl_langinfo>(3), B<charsets>(7), "
+"B<iconvconfig>(8)"
+msgstr ""
+"B<locale>(1), B<uconv>(1), B<iconv>(3), B<nl_langinfo>(3), B<charsets>(7), "
+"B<iconvconfig>(8)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. Februar 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-f>I< from-encoding>, B<--from-code=>I<from-encoding>"
+msgstr "B<-f>I< Quellkodierung>, B<--from-code=>I<Quellkodierung>"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-t>I< to-encoding>, B<--to-code=>I<to-encoding>"
+msgstr "B<-t>I< Zielkodierung>, B<--to-code=>I<Zielkodierung>"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-l>, B<--list>"
+msgstr "B<-l>, B<--list>"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-o>I< outputfile>, B<--output=>I<outputfile>"
+msgstr "B<-o>I< Ausgabedatei>, B<--output=>I<Ausgabedatei>"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-s>, B<--silent>"
+msgstr "B<-s>, B<--silent>"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-?>, B<--help>"
+msgstr "B<-?>, B<--help>"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-V>, B<--version>"
+msgstr "B<-V>, B<--version>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Convert text from the ISO 8859-15 character encoding to UTF-8:"
+msgstr "Text aus der Zeichenkodierung ISO 8859-15 in UTF-8 umwandeln:"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. März 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux-Handbuchseiten 6.04"