summaryrefslogtreecommitdiff
path: root/man/nl/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man/nl/man1')
-rw-r--r--man/nl/man1/dos2unix.117
-rw-r--r--man/nl/man1/dos2unix.htm10
-rw-r--r--man/nl/man1/dos2unix.po376
-rw-r--r--man/nl/man1/dos2unix.pod9
-rw-r--r--man/nl/man1/dos2unix.txt9
5 files changed, 245 insertions, 176 deletions
diff --git a/man/nl/man1/dos2unix.1 b/man/nl/man1/dos2unix.1
index afdc0b0..8690a2f 100644
--- a/man/nl/man1/dos2unix.1
+++ b/man/nl/man1/dos2unix.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.31)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "dos2unix 1"
-.TH dos2unix 1 "2015-08-24" "dos2unix" "2015-08-24"
+.TH dos2unix 1 "2015-09-30" "dos2unix" "2015-09-30"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -330,6 +330,19 @@ De bestanden opsommen die Unix-regeleindes bevatten:
.Vb 1
\& unix2dos \-ic *.txt
.Ve
+.Sp
+Alleen bestanden die DOS-regeleindes bevatten converteren en andere
+bestanden ongemoeid laten:
+.Sp
+.Vb 1
+\& dos2unix \-ic *.txt | xargs dos2unix
+.Ve
+.Sp
+De bestanden vinden die DOS-regeleindes bevatten:
+.Sp
+.Vb 1
+\& find \-name \*(Aq*.txt\*(Aq | xargs dos2unix \-ic
+.Ve
.RE
.IP "\fB\-k\fR, \fB\-\-keepdate\fR" 4
.IX Item "-k, --keepdate"
diff --git a/man/nl/man1/dos2unix.htm b/man/nl/man1/dos2unix.htm
index d04476f..73f94c2 100644
--- a/man/nl/man1/dos2unix.htm
+++ b/man/nl/man1/dos2unix.htm
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<title>dos2unix 7.3 - DOS/Mac naar Unix en vice versa tekstbestand formaat omzetter</title>
+<title>dos2unix 7.3.1 - DOS/Mac naar Unix en vice versa tekstbestand formaat omzetter</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:ASSI@cygwin.nonet" />
</head>
@@ -290,6 +290,14 @@
<pre><code> unix2dos -ic *.txt</code></pre>
+<p>Alleen bestanden die DOS-regeleindes bevatten converteren en andere bestanden ongemoeid laten:</p>
+
+<pre><code> dos2unix -ic *.txt | xargs dos2unix</code></pre>
+
+<p>De bestanden vinden die DOS-regeleindes bevatten:</p>
+
+<pre><code> find -name &#39;*.txt&#39; | xargs dos2unix -ic</code></pre>
+
</dd>
<dt id="k---keepdate"><b>-k</b>, <b>--keepdate</b></dt>
<dd>
diff --git a/man/nl/man1/dos2unix.po b/man/nl/man1/dos2unix.po
index ca5888d..8abcf05 100644
--- a/man/nl/man1/dos2unix.po
+++ b/man/nl/man1/dos2unix.po
@@ -8,9 +8,9 @@
# Benno Schulenberg <benno@vertaalt.nl>, 2014, 2015.
msgid ""
msgstr ""
-"Project-Id-Version: dos2unix-man-7.3-beta9\n"
-"POT-Creation-Date: 2015-08-13 09:03+0200\n"
-"PO-Revision-Date: 2015-08-23 11:11+0200\n"
+"Project-Id-Version: dos2unix-man-7.3.1-beta6\n"
+"POT-Creation-Date: 2015-09-23 20:09+0200\n"
+"PO-Revision-Date: 2015-09-24 09:55+0200\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
"Language: nl\n"
@@ -541,308 +541,338 @@ msgstr ""
" unix2dos -ic *.txt\n"
"\n"
-#. type: =item
+#. type: textblock
#: dos2unix.pod:308
+msgid "Convert only files that have DOS line breaks and leave the other files untouched:"
+msgstr "Alleen bestanden die DOS-regeleindes bevatten converteren en andere bestanden ongemoeid laten:"
+
+#. type: verbatim
+#: dos2unix.pod:310
+#, no-wrap
+msgid ""
+" dos2unix -ic *.txt | xargs dos2unix\n"
+"\n"
+msgstr ""
+" dos2unix -ic *.txt | xargs dos2unix\n"
+"\n"
+
+#. type: textblock
+#: dos2unix.pod:312
+msgid "Find text files that have DOS line breaks:"
+msgstr "De bestanden vinden die DOS-regeleindes bevatten:"
+
+#. type: verbatim
+#: dos2unix.pod:314
+#, no-wrap
+msgid ""
+" find -name '*.txt' | xargs dos2unix -ic\n"
+"\n"
+msgstr ""
+" find -name '*.txt' | xargs dos2unix -ic\n"
+"\n"
+
+#. type: =item
+#: dos2unix.pod:316
msgid "B<-k, --keepdate>"
msgstr "B<-k>, B<--keepdate>"
#. type: textblock
-#: dos2unix.pod:310
+#: dos2unix.pod:318
msgid "Keep the date stamp of output file same as input file."
msgstr "Het tijdsstempel van het invoerbestand behouden voor het uitvoerbestand."
#. type: =item
-#: dos2unix.pod:312
+#: dos2unix.pod:320
msgid "B<-L, --license>"
msgstr "B<-L>, B<--license>"
#. type: textblock
-#: dos2unix.pod:314
+#: dos2unix.pod:322
msgid "Display program's license."
msgstr "De softwarelicentie tonen."
#. type: =item
-#: dos2unix.pod:316
+#: dos2unix.pod:324
msgid "B<-l, --newline>"
msgstr "B<-l>, B<--newline>"
#. type: textblock
-#: dos2unix.pod:318
+#: dos2unix.pod:326
msgid "Add additional newline."
msgstr "Een extra regeleinde toevoegen."
#. type: textblock
-#: dos2unix.pod:320
+#: dos2unix.pod:328
msgid "B<dos2unix>: Only DOS line breaks are changed to two Unix line breaks. In Mac mode only Mac line breaks are changed to two Unix line breaks."
msgstr "B<dos2unix>: Alleen DOS-regeleindes worden omgezet naar twee Unix-regeleindes. In Mac-modus worden alleen Mac-regeleindes omgezet naar twee Unix-regeleindes."
#. type: textblock
-#: dos2unix.pod:324
+#: dos2unix.pod:332
msgid "B<unix2dos>: Only Unix line breaks are changed to two DOS line breaks. In Mac mode Unix line breaks are changed to two Mac line breaks."
msgstr "B<unix2dos>: Alleen Unix-regeleindes worden omgezet naar twee DOS-regeleindes. In Mac-modus worden Unix-regeleindes omgezet naar twee Mac-regeleindes."
#. type: =item
-#: dos2unix.pod:327
+#: dos2unix.pod:335
msgid "B<-m, --add-bom>"
msgstr "B<-m>, B<--add-bom>"
#. type: textblock
-#: dos2unix.pod:329
+#: dos2unix.pod:337
msgid "Write a Byte Order Mark (BOM) in the output file. By default an UTF-8 BOM is written."
msgstr "Een Byte-Order-Mark (BOM) naar het uitvoerbestand schrijven. Standaard wordt een UTF-8-BOM geschreven."
#. type: textblock
-#: dos2unix.pod:332
+#: dos2unix.pod:340
msgid "When the input file is UTF-16, and the option C<-u> is used, an UTF-16 BOM will be written."
msgstr "Als het invoerbestand in UTF-16 is, en de optie C<-u> is gegeven, dan wordt een UTF-16-BOM geschreven."
#. type: textblock
-#: dos2unix.pod:335
+#: dos2unix.pod:343
msgid "Never use this option when the output encoding is other than UTF-8, UTF-16, or GB18030. See also section UNICODE."
msgstr "Gebruik deze optie nooit als de codering van het uitvoerbestand niet UTF-8, UTF-16, of GB18030 is. Zie ook de sectie B<UNICODE>."
#. type: =item
-#: dos2unix.pod:339
+#: dos2unix.pod:347
msgid "B<-n, --newfile INFILE OUTFILE ...>"
msgstr "B<-n>, B<--newfile INVOERBESTAND UITVOERBESTAND> ..."
#. type: textblock
-#: dos2unix.pod:341
+#: dos2unix.pod:349
msgid "New file mode. Convert file INFILE and write output to file OUTFILE. File names must be given in pairs and wildcard names should I<not> be used or you I<will> lose your files."
msgstr "Nieuw-bestand-modus. Het bestand INVOERBESTAND converteren en naar bestand UITVOERBESTAND schrijven. Bestandsnamen moeten opgegeven worden in paren. Jokertekens moeten I<niet>gebruikt worden, anders I<verlies> je de bestanden."
#. type: textblock
-#: dos2unix.pod:345
+#: dos2unix.pod:353
msgid "The person who starts the conversion in new file (paired) mode will be the owner of the converted file. The read/write permissions of the new file will be the permissions of the original file minus the umask(1) of the person who runs the conversion."
msgstr "De gebruiker die de conversie start in nieuw-bestand (gepaarde) modus wordt de eigenaar van het geconverteerde bestand. De lees/schrijf-toegangsrechten van het nieuwe bestand worden de toegangsrechten van het originele bestand minus de umask(1) van de gebruiker die de conversie draait."
#. type: =item
-#: dos2unix.pod:350
+#: dos2unix.pod:358
msgid "B<-o, --oldfile FILE ...>"
msgstr "B<-o>, B<--oldfile BESTAND> ..."
#. type: textblock
-#: dos2unix.pod:352
+#: dos2unix.pod:360
msgid "Old file mode. Convert file FILE and overwrite output to it. The program defaults to run in this mode. Wildcard names may be used."
msgstr "Oud-bestand-modus. Het bestand BESTAND converteren en overschrijven. Dit is de standaard modus. Jokertekens kunnen gebruikt worden."
#. type: textblock
-#: dos2unix.pod:355
+#: dos2unix.pod:363
msgid "In old file (in-place) mode the converted file gets the same owner, group, and read/write permissions as the original file. Also when the file is converted by another user who has write permissions on the file (e.g. user root). The conversion will be aborted when it is not possible to preserve the original values. Change of owner could mean that the original owner is not able to read the file any more. Change of group could be a security risk, the file could be made readable for persons for whom it is not intended. Preservation of owner, group, and read/write permissions is only supported on Unix."
msgstr "In oud-bestand (vervangende) modus krijgt het geconverteerde bestand dezelfde eigenaar, groep en lees/schrijf-rechten als het originele bestand. Ook wanneer het bestand wordt omgezet door een andere gebruiker die schrijfrechten heeft op het bestand (b.v. gebruiker root). De omzetting wordt afgebroken wanneer het niet mogelijk is de originele waardes te behouden. Verandering van eigenaar kan betekenen dat de originele eigenaar het bestand niet meer kan lezen. Verandering van groep zou een veiligheidsrisico kunnen zijn, het bestand zou leesbaar kunnen worden voor personen voor wie het niet bestemd is. Behoud van eigenaar, groep en lees/schrijf-rechten wordt alleen ondersteund op Unix."
#. type: =item
-#: dos2unix.pod:364
+#: dos2unix.pod:372
msgid "B<-q, --quiet>"
msgstr "B<-q>, B<--quiet>"
#. type: textblock
-#: dos2unix.pod:366
+#: dos2unix.pod:374
msgid "Quiet mode. Suppress all warnings and messages. The return value is zero. Except when wrong command-line options are used."
msgstr "Stille werking. Alle waarschuwingen onderdrukken. De afsluitwaarde is nul, behalve wanneer verkeerde opties worden gegeven."
#. type: =item
-#: dos2unix.pod:369
+#: dos2unix.pod:377
msgid "B<-r, --remove-bom>"
msgstr "B<-r>, B<--remove-bom>"
#. type: textblock
-#: dos2unix.pod:371
+#: dos2unix.pod:379
msgid "Remove Byte Order Mark (BOM). Do not write a BOM in the output file. This is the default behavior when converting to Unix line breaks. See also option C<-b>."
msgstr "Een Byte-Order-Mark (BOM) verwijderen. Er wordt geen BOM naar het uitvoerbestand geschreven. Dit is het standaardgedrag bij conversie naar Unix. Zie ook optie C<-b>."
#. type: =item
-#: dos2unix.pod:375
+#: dos2unix.pod:383
msgid "B<-s, --safe>"
msgstr "B<-s>, B<--safe>"
#. type: textblock
-#: dos2unix.pod:377
+#: dos2unix.pod:385
msgid "Skip binary files (default)."
msgstr "Binaire bestanden overslaan (standaard)."
#. type: =item
-#: dos2unix.pod:379
+#: dos2unix.pod:387
msgid "B<-u, --keep-utf16>"
msgstr "B<-u>, B<--keep-utf16>"
#. type: textblock
-#: dos2unix.pod:381
+#: dos2unix.pod:389
msgid "Keep the original UTF-16 encoding of the input file. The output file will be written in the same UTF-16 encoding, little or big endian, as the input file. This prevents transformation to UTF-8. An UTF-16 BOM will be written accordingly. This option can be disabled with the C<-ascii> option."
msgstr "De originele UTF-16-codering van het invoerbestand behouden. Het uitvoerbestand wordt in dezelfde UTF-16-codering (little endian of big endian) geschreven als het invoerbestand. Dit voorkomt conversie naar UTF-8. Er wordt ook een corresponderende UTF-16-BOM geschreven. Deze optie kan uitgeschakeld worden met de optie C<-ascii>."
#. type: =item
-#: dos2unix.pod:386
+#: dos2unix.pod:394
msgid "B<-ul, --assume-utf16le>"
msgstr "B<-ul>, B<--assume-utf16le>"
#. type: textblock
-#: dos2unix.pod:388
+#: dos2unix.pod:396
msgid "Assume that the input file format is UTF-16LE."
msgstr "Veronderstellen dat de indeling van het invoerbestand UTF-16LE is."
#. type: textblock
-#: dos2unix.pod:390
+#: dos2unix.pod:398
msgid "When there is a Byte Order Mark in the input file the BOM has priority over this option."
msgstr "Wanneer het invoerbestand een Byte-Order-Mark (BOM) bevat, dan gaat deze BOM vóór deze optie."
#. type: textblock
-#: dos2unix.pod:393
+#: dos2unix.pod:401
msgid "When you made a wrong assumption (the input file was not in UTF-16LE format) and the conversion succeeded, you will get an UTF-8 output file with wrong text. You can undo the wrong conversion with iconv(1) by converting the UTF-8 output file back to UTF-16LE. This will bring back the original file."
msgstr "Wanneer een verkeerde aanname is gemaakt (het invoerbestand was geen UTF-16LE) en de conversie verliep met succes, dan krijgt u een UTF-8-bestand met verkeerde tekst. De verkeerde conversie kan ongedaan worden gemaakt door met iconv(1) het UTF-8-uitvoerbestand terug om te zetten naar UTF-16LE. Dit zal het originele bestand terug brengen."
#. type: textblock
-#: dos2unix.pod:398
+#: dos2unix.pod:406
msgid "The assumption of UTF-16LE works as a I<conversion mode>. By switching to the default I<ascii> mode the UTF-16LE assumption is turned off."
msgstr "De aanname van UTF-16LE werkt als een I<conversiemodus>. Door de standaardmodus I<ascii> in te schakelen wordt de UTF-16LE-veronderstelling uitgeschakeld."
#. type: =item
-#: dos2unix.pod:401
+#: dos2unix.pod:409
msgid "B<-ub, --assume-utf16be>"
msgstr "B<-ub>, B<--assume-utf16be>"
#. type: textblock
-#: dos2unix.pod:403
+#: dos2unix.pod:411
msgid "Assume that the input file format is UTF-16BE."
msgstr "Veronderstellen dat de indeling van het invoerbestand UTF-16BE is."
#. type: textblock
-#: dos2unix.pod:405
+#: dos2unix.pod:413
msgid "This option works the same as option C<-ul>."
msgstr "Deze optie werkt hetzelfde als optie C<-ul>."
#. type: =item
-#: dos2unix.pod:407
+#: dos2unix.pod:415
msgid "B<-v, --verbose>"
msgstr "B<-v>, B<--verbose>"
#. type: textblock
-#: dos2unix.pod:409
+#: dos2unix.pod:417
msgid "Display verbose messages. Extra information is displayed about Byte Order Marks and the amount of converted line breaks."
msgstr "Extra meldingen weergeven. Er wordt extra informatie getoond over Byte-Order-Marks en het aantal geconverteerde regeleindes."
#. type: =item
-#: dos2unix.pod:412
+#: dos2unix.pod:420
msgid "B<-F, --follow-symlink>"
msgstr "B<-F>, B<--follow-symlink>"
#. type: textblock
-#: dos2unix.pod:414
+#: dos2unix.pod:422
msgid "Follow symbolic links and convert the targets."
msgstr "Symbolische koppelingen volgen en de doelen converteren."
#. type: =item
-#: dos2unix.pod:416
+#: dos2unix.pod:424
msgid "B<-R, --replace-symlink>"
msgstr "B<-R>, B<--replace-symlink>"
#. type: textblock
-#: dos2unix.pod:418
+#: dos2unix.pod:426
msgid "Replace symbolic links with converted files (original target files remain unchanged)."
msgstr "Symbolische koppelingen vervangen door geconverteerde bestanden (de originele doelbestanden blijven ongewijzigd)."
#. type: =item
-#: dos2unix.pod:421
+#: dos2unix.pod:429
msgid "B<-S, --skip-symlink>"
msgstr "B<-S>, B<--skip-symlink>"
#. type: textblock
-#: dos2unix.pod:423
+#: dos2unix.pod:431
msgid "Keep symbolic links and targets unchanged (default)."
msgstr "Symbolische koppelingen en doelen ongewijzigd laten (standaard)."
#. type: =item
-#: dos2unix.pod:425
+#: dos2unix.pod:433
msgid "B<-V, --version>"
msgstr "B<-V>, B<--version>"
#. type: textblock
-#: dos2unix.pod:427
+#: dos2unix.pod:435
msgid "Display version information and exit."
msgstr "Versie-informatie tonen."
#. type: =head1
-#: dos2unix.pod:431
+#: dos2unix.pod:439
msgid "MAC MODE"
msgstr "MAC-MODUS"
#. type: textblock
-#: dos2unix.pod:433
+#: dos2unix.pod:441
msgid "In normal mode line breaks are converted from DOS to Unix and vice versa. Mac line breaks are not converted."
msgstr "In normale modus worden DOS-regeleindes naar Unix omgezet en vice versa. Mac-regeleindes worden niet omgezet."
#. type: textblock
-#: dos2unix.pod:436
+#: dos2unix.pod:444
msgid "In Mac mode line breaks are converted from Mac to Unix and vice versa. DOS line breaks are not changed."
msgstr "In Mac-modus worden Mac-regeleindes naar Unix omgezet en vice versa. DOS-regeleindes blijven ongewijzigd."
#. type: textblock
-#: dos2unix.pod:439
+#: dos2unix.pod:447
msgid "To run in Mac mode use the command-line option C<-c mac> or use the commands C<mac2unix> or C<unix2mac>."
msgstr "Om in Mac-modus te draaien kunt u de opdrachtregeloptie C<-c mac> gebruiken, of de opdrachten C<mac2unix> of C<unix2mac>."
#. type: =head1
-#: dos2unix.pod:442
+#: dos2unix.pod:450
msgid "CONVERSION MODES"
msgstr "CONVERSIEMODI"
#. type: =item
-#: dos2unix.pod:446
+#: dos2unix.pod:454
msgid "B<ascii>"
msgstr "B<ascii>"
#. type: textblock
-#: dos2unix.pod:448
+#: dos2unix.pod:456
msgid "In mode C<ascii> only line breaks are converted. This is the default conversion mode."
msgstr "In modus C<ascii> worden alleen regeleindes omgezet. Dit is de standaardmodus."
#. type: textblock
-#: dos2unix.pod:451
+#: dos2unix.pod:459
msgid "Although the name of this mode is ASCII, which is a 7 bit standard, the actual mode is 8 bit. Use always this mode when converting Unicode UTF-8 files."
msgstr "Hoewel de naam van deze modus ASCII is, wat een 7-bits standaard is, is de werkelijke modus 8-bits. Gebruik altijd deze modus wanneer u Unicode UTF-8-bestanden omzet."
#. type: =item
-#: dos2unix.pod:455
+#: dos2unix.pod:463
msgid "B<7bit>"
msgstr "B<7bit>"
#. type: textblock
-#: dos2unix.pod:457
+#: dos2unix.pod:465
msgid "In this mode all 8 bit non-ASCII characters (with values from 128 to 255) are converted to a 7 bit space."
msgstr "Alle 8-bits niet-ASCII lettertekens (met waardes van 128 t/m 255) worden omgezet naar een 7-bits spatie."
#. type: =item
-#: dos2unix.pod:460
+#: dos2unix.pod:468
msgid "B<iso>"
msgstr "B<iso>"
#. type: textblock
-#: dos2unix.pod:462
+#: dos2unix.pod:470
msgid "Characters are converted between a DOS character set (code page) and ISO character set ISO-8859-1 (Latin-1) on Unix. DOS characters without ISO-8859-1 equivalent, for which conversion is not possible, are converted to a dot. The same counts for ISO-8859-1 characters without DOS counterpart."
msgstr "Tekens worden omgezet tussen een DOS-tekenset (codetabel) en de ISO-tekenset ISO-8859-1 (Latin-1) op Unix. DOS-tekens zonder een ISO-8859-1-equivalent, waarvoor dus geen omzetting mogelijk is, worden omgezet in een punt. Hetzelfde geldt voor ISO-8859-1-tekens zonder DOS-tegenhanger."
#. type: textblock
-#: dos2unix.pod:467
+#: dos2unix.pod:475
msgid "When only option C<-iso> is used dos2unix will try to determine the active code page. When this is not possible dos2unix will use default code page CP437, which is mainly used in the USA. To force a specific code page use options C<-437> (US), C<-850> (Western European), C<-860> (Portuguese), C<-863> (French Canadian), or C<-865> (Nordic). Windows code page CP1252 (Western European) is also supported with option C<-1252>. For other code pages use dos2unix in combination with iconv(1). Iconv can convert between a long list of character encodings."
msgstr "Wanneer alleen optie C<-iso> gebruikt wordt, zal dos2unix proberen de actieve codetabel te gebruiken. Als dat niet mogelijk is wordt codetabel CP437 gebruikt, die vooral in de VS gebruikt wordt. Om een bepaalde codetabel te forceren, kunt u de opties C<-850> (West-Europees), C<-860> (Portugees), C<-863> (Canadees Frans) of C<-865> (Scandinavisch) gebruiken. Windows-codetabel CP1252 (West-Europees) wordt ook ondersteund met optie C<-1252>. Gebruik voor andere codetabellen dos2unix in combinatie met iconv(1). Iconv kan omzetten tussen een lange lijst tekensetcoderingen."
#. type: textblock
-#: dos2unix.pod:476
+#: dos2unix.pod:484
msgid "Never use ISO conversion on Unicode text files. It will corrupt UTF-8 encoded files."
msgstr "Gebruik ISO-conversie nooit op Unicode-tekstbestanden. Het zal UTF-8-gecodeerde bestanden beschadigen."
#. type: textblock
-#: dos2unix.pod:478
+#: dos2unix.pod:486
msgid "Some examples:"
msgstr "Enkele voorbeelden:"
#. type: textblock
-#: dos2unix.pod:480
+#: dos2unix.pod:488
msgid "Convert from DOS default code page to Unix Latin-1:"
msgstr "Omzetten van de standaard DOS-codetabel naar Unix Latin-1:"
#. type: verbatim
-#: dos2unix.pod:482
+#: dos2unix.pod:490
#, no-wrap
msgid ""
" dos2unix -iso -n in.txt out.txt\n"
@@ -852,12 +882,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:484
+#: dos2unix.pod:492
msgid "Convert from DOS CP850 to Unix Latin-1:"
msgstr "Omzetten van DOS CP850 naar Unix Latin-1:"
#. type: verbatim
-#: dos2unix.pod:486
+#: dos2unix.pod:494
#, no-wrap
msgid ""
" dos2unix -850 -n in.txt out.txt\n"
@@ -867,12 +897,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:488
+#: dos2unix.pod:496
msgid "Convert from Windows CP1252 to Unix Latin-1:"
msgstr "Omzetten van Windows CP1252 naar Unix Latin-1:"
#. type: verbatim
-#: dos2unix.pod:490
+#: dos2unix.pod:498
#, no-wrap
msgid ""
" dos2unix -1252 -n in.txt out.txt\n"
@@ -882,12 +912,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:492
+#: dos2unix.pod:500
msgid "Convert from Windows CP1252 to Unix UTF-8 (Unicode):"
msgstr "Omzetten van Windows CP1252 naar Unix UTF-8 (Unicode):"
#. type: verbatim
-#: dos2unix.pod:494
+#: dos2unix.pod:502
#, no-wrap
msgid ""
" iconv -f CP1252 -t UTF-8 in.txt | dos2unix > out.txt\n"
@@ -897,12 +927,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:496
+#: dos2unix.pod:504
msgid "Convert from Unix Latin-1 to DOS default code page:"
msgstr "Omzetten van Unix Latin-1 naar de standaard DOS-codetabel:"
#. type: verbatim
-#: dos2unix.pod:498
+#: dos2unix.pod:506
#, no-wrap
msgid ""
" unix2dos -iso -n in.txt out.txt\n"
@@ -912,12 +942,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:500
+#: dos2unix.pod:508
msgid "Convert from Unix Latin-1 to DOS CP850:"
msgstr "Omzetten van Unix Latin-1 naar DOS CP850:"
#. type: verbatim
-#: dos2unix.pod:502
+#: dos2unix.pod:510
#, no-wrap
msgid ""
" unix2dos -850 -n in.txt out.txt\n"
@@ -927,12 +957,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:504
+#: dos2unix.pod:512
msgid "Convert from Unix Latin-1 to Windows CP1252:"
msgstr "Omzetten van Unix Latin-1 naar Windows CP1252:"
#. type: verbatim
-#: dos2unix.pod:506
+#: dos2unix.pod:514
#, no-wrap
msgid ""
" unix2dos -1252 -n in.txt out.txt\n"
@@ -942,12 +972,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:508
+#: dos2unix.pod:516
msgid "Convert from Unix UTF-8 (Unicode) to Windows CP1252:"
msgstr "Omzetten van Unix UTF-8 (Unicode) naar Windows CP1252:"
#. type: verbatim
-#: dos2unix.pod:510
+#: dos2unix.pod:518
#, no-wrap
msgid ""
" unix2dos < in.txt | iconv -f UTF-8 -t CP1252 > out.txt\n"
@@ -957,142 +987,142 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:512
+#: dos2unix.pod:520
msgid "See also L<http://czyborra.com/charsets/codepages.html> and L<http://czyborra.com/charsets/iso8859.html>."
msgstr "Zie ook L<http://czyborra.com/charsets/codepages.html> en L<http://czyborra.com/charsets/iso8859.html>."
#. type: =head1
-#: dos2unix.pod:517
+#: dos2unix.pod:525
msgid "UNICODE"
msgstr "UNICODE"
#. type: =head2
-#: dos2unix.pod:519
+#: dos2unix.pod:527
msgid "Encodings"
msgstr "Coderingen"
#. type: textblock
-#: dos2unix.pod:521
+#: dos2unix.pod:529
msgid "There exist different Unicode encodings. On Unix and Linux Unicode files are typically encoded in UTF-8 encoding. On Windows Unicode text files can be encoded in UTF-8, UTF-16, or UTF-16 big endian, but are mostly encoded in UTF-16 format."
msgstr "Er bestaan verschillende Unicode-coderingen. Op Unix en Linux zijn Unicode-bestanden typisch gecodeerd in UTF-8. Op Windows kunnen Unicode-tekstbestanden gecodeerd zijn in UTF-8, UTF-16 of UTF-16 big endian, maar ze zijn meestal gecodeerd in UTF-16."
#. type: =head2
-#: dos2unix.pod:526
+#: dos2unix.pod:534
msgid "Conversion"
msgstr "Conversie"
#. type: textblock
-#: dos2unix.pod:528
+#: dos2unix.pod:536
msgid "Unicode text files can have DOS, Unix or Mac line breaks, like regular text files."
msgstr "Unicode-tekstbestanden kunnen DOS-, Unix- of Mac-regeleindes hebben, net als reguliere tekstbestanden."
#. type: textblock
-#: dos2unix.pod:531
+#: dos2unix.pod:539
msgid "All versions of dos2unix and unix2dos can convert UTF-8 encoded files, because UTF-8 was designed for backward compatibility with ASCII."
msgstr "Alle versies van dos2unix en unix2dos kunnen UTF-8-gecodeerde bestanden omzetten, want UTF-8 is ontworpen op compatibiliteit met ASCII."
#. type: textblock
-#: dos2unix.pod:534
+#: dos2unix.pod:542
msgid "Dos2unix and unix2dos with Unicode UTF-16 support, can read little and big endian UTF-16 encoded text files. To see if dos2unix was built with UTF-16 support type C<dos2unix -V>."
msgstr "Dos2unix en unix2dos met Unicode UTF-16-ondersteuning kunnen little en big endian UTF-16-gecodeerde tekstbestanden lezen. Om er achter te komen of dos2unix gebouwd is met UTF-16- ondersteuning, typt u C<dos2unix -V>."
#. type: textblock
-#: dos2unix.pod:538
+#: dos2unix.pod:546
msgid "On Unix/Linux UTF-16 encoded files are converted to the locale character encoding. Use the locale(1) command to find out what the locale character encoding is. When conversion is not possible a conversion error will occur and the file will be skipped."
msgstr "Op Unix/Linux worden UTF-16-bestanden geconverteerd naar de codering van de ingestelde taalregio. Gebruik de opdracht B<locale>(1) om te zien wat de ingestelde codering is. Wanneer conversie niet mogelijk is, treedt er een fout op en wordt het bestand overgeslagen."
#. type: textblock
-#: dos2unix.pod:543
+#: dos2unix.pod:551
msgid "On Windows UTF-16 files are by default converted to UTF-8. UTF-8 formatted text files are well supported on both Windows and Unix/Linux."
msgstr "Op Windows worden UTF-16-bestanden standaard naar UTF-8 geconverteerd. UTF-8-tekstbestanden worden alom goed ondersteund, zowel op Windows als Unix/Linux."
#. type: textblock
-#: dos2unix.pod:546
+#: dos2unix.pod:554
msgid "UTF-16 and UTF-8 encoding are fully compatible, there will no text be lost in the conversion. When an UTF-16 to UTF-8 conversion error occurs, for instance when the UTF-16 input file contains an error, the file will be skipped."
msgstr "De UTF-16- en UTF-8-coderingen zijn volledig compatibel, er gaat bij het converteren niets verloren. Als er tijdens de conversie van UTF-16 naar UTF-8 een fout optreedt, bijvoorbeeld omdat het UTF-16-invoerbestand een fout bevat, dan wordt het bestand overgeslagen."
#. type: textblock
-#: dos2unix.pod:550
+#: dos2unix.pod:558
msgid "When option C<-u> is used, the output file will be written in the same UTF-16 encoding as the input file. Option C<-u> prevents conversion to UTF-8."
msgstr "Wanneer C<-u> gebruikt wordt, wordt het uitvoerbestand in dezelfde UTF-16-codering geschreven als het invoerbestand. Optie C<-u> voorkomt conversie naar UTF-8."
#. type: textblock
-#: dos2unix.pod:553
+#: dos2unix.pod:561
msgid "Dos2unix and unix2dos have no option to convert UTF-8 files to UTF-16."
msgstr "Dos2unix en unix2dos hebben geen optie om van UTF-8 naar UTF-16 te converteren."
#. type: textblock
-#: dos2unix.pod:555
+#: dos2unix.pod:563
msgid "ISO and 7-bit mode conversion do not work on UTF-16 files."
msgstr "ISO- en 7-bits-conversie werken niet op UTF-16-bestanden."
#. type: =head2
-#: dos2unix.pod:557
+#: dos2unix.pod:565
msgid "Byte Order Mark"
msgstr "Byte-Order-Mark"
#. type: textblock
-#: dos2unix.pod:559
+#: dos2unix.pod:567
msgid "On Windows Unicode text files typically have a Byte Order Mark (BOM), because many Windows programs (including Notepad) add BOMs by default. See also L<http://en.wikipedia.org/wiki/Byte_order_mark>."
msgstr "Op Windows bevatten Unicode-tekstbestanden gewoonlijk een Byte-Order-Mark (BOM), omdat veel Windows-programma's (inclusief Kladblok) standaard een BOM toevoegen. Zie ook L<http://en.wikipedia.org/wiki/Byte_order_mark>."
#. type: textblock
-#: dos2unix.pod:563
+#: dos2unix.pod:571
msgid "On Unix Unicode files typically don't have a BOM. It is assumed that text files are encoded in the locale character encoding."
msgstr "Op Unix hebben Unicode-tekstbestanden meestal geen BOM. Er wordt aangenomen dat de codering van tekstbestanden gelijk is aan de tekencodering van de ingestelde taalregio."
#. type: textblock
-#: dos2unix.pod:566
+#: dos2unix.pod:574
msgid "Dos2unix can only detect if a file is in UTF-16 format if the file has a BOM. When an UTF-16 file doesn't have a BOM, dos2unix will see the file as a binary file."
msgstr "Dos2unix kan alleen detecteren of een bestand in UTF-16-codering is als het bestand een BOM bevat. Wanneer een UTF-16-bestand geen BOM heeft, ziet dos2unix het bestand als een binair bestand."
#. type: textblock
-#: dos2unix.pod:570
+#: dos2unix.pod:578
msgid "Use option C<-ul> or C<-ub> to convert an UTF-16 file without BOM."
msgstr "Gebruik optie C<-ul> of C<-ub> om een UTF-16-bestand zonder BOM om te zetten."
#. type: textblock
-#: dos2unix.pod:572
+#: dos2unix.pod:580
msgid "Dos2unix writes by default no BOM in the output file. With option C<-b> Dos2unix writes a BOM when the input file has a BOM."
msgstr "Dos2unix schrijft standaard geen BOM in het uitvoerbestand. Met optie C<-b> schrijft dos2unix een BOM wanneer het invoerbestand een BOM bevat."
#. type: textblock
-#: dos2unix.pod:575
+#: dos2unix.pod:583
msgid "Unix2dos writes by default a BOM in the output file when the input file has a BOM. Use option C<-r> to remove the BOM."
msgstr "Unix2dos schrijft standaard een BOM in het uitvoerbestand wanneer het invoerbestand een BOM bevat. Gebruik optie C<-r> om de BOM te verwijderen."
#. type: textblock
-#: dos2unix.pod:578
+#: dos2unix.pod:586
msgid "Dos2unix and unix2dos write always a BOM when option C<-m> is used."
msgstr "Dos2unix en unix2dos schrijven altijd een BOM wanneer optie C<-m> gebruikt wordt."
#. type: =head2
-#: dos2unix.pod:580
+#: dos2unix.pod:588
msgid "Unicode file names on Windows"
msgstr "Unicode-bestandsnamen op Windows"
#. type: textblock
-#: dos2unix.pod:582
+#: dos2unix.pod:590
msgid "Dos2unix has optional support for reading and writing Unicode file names in the Windows Command Prompt. That means that dos2unix can open files that have characters in the name that are not part of the default system ANSI code page. To see if dos2unix for Windows was built with Unicode file name support type C<dos2unix -V>."
msgstr "Dos2unix heeft optionele ondersteuning voor het lezen en schrijven van Unicode-bestandsnamen in de Windows Opdrachtprompt. Dit betekent dat dos2unix bestanden kan openen waarvan de naam tekens bevat die niet voorkomen in de standaard ANSI-codetabel. Om te zien of dos2unix voor Windows gecompileerd werd met ondersteuning voor Unicode-bestandsnamen, typt u C<dos2unix -V>."
#. type: textblock
-#: dos2unix.pod:588
+#: dos2unix.pod:596
msgid "There are some issues with displaying Unicode file names in a Windows console. See option C<-D>, C<--display-enc>. The file names may be displayed wrongly in the console, but the files will be written with the correct name."
msgstr "Er zijn enige problemen met het weergeven van Unicode-bestandsnamen in een Windows-console; zie bij optie C<-D>, C<--display-enc>. De bestandsnamen kunnen verkeerd weergegeven worden, maar de bestanden zullen geschreven worden met de correcte naam."
#. type: =head2
-#: dos2unix.pod:592
+#: dos2unix.pod:600
msgid "Unicode examples"
msgstr "Unicode-voorbeelden"
#. type: textblock
-#: dos2unix.pod:594
+#: dos2unix.pod:602
msgid "Convert from Windows UTF-16 (with BOM) to Unix UTF-8:"
msgstr "Omzetten van Windows UTF-16 (met BOM) naar Unix UTF-8:"
#. type: verbatim
-#: dos2unix.pod:596
+#: dos2unix.pod:604
#, no-wrap
msgid ""
" dos2unix -n in.txt out.txt\n"
@@ -1102,12 +1132,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:598
+#: dos2unix.pod:606
msgid "Convert from Windows UTF-16LE (without BOM) to Unix UTF-8:"
msgstr "Omzetten van Windows UTF-16LE (zonder BOM) naar Unix UTF-8:"
#. type: verbatim
-#: dos2unix.pod:600
+#: dos2unix.pod:608
#, no-wrap
msgid ""
" dos2unix -ul -n in.txt out.txt\n"
@@ -1117,12 +1147,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:602
+#: dos2unix.pod:610
msgid "Convert from Unix UTF-8 to Windows UTF-8 with BOM:"
msgstr "Omzetten van Unix UTF-8 naar Windows UTF-8 met BOM:"
#. type: verbatim
-#: dos2unix.pod:604
+#: dos2unix.pod:612
#, no-wrap
msgid ""
" unix2dos -m -n in.txt out.txt\n"
@@ -1132,12 +1162,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:606
+#: dos2unix.pod:614
msgid "Convert from Unix UTF-8 to Windows UTF-16:"
msgstr "Omzetten van Unix UTF-8 naar Windows UTF-16:"
#. type: verbatim
-#: dos2unix.pod:608
+#: dos2unix.pod:616
#, no-wrap
msgid ""
" unix2dos < in.txt | iconv -f UTF-8 -t UTF-16 > out.txt\n"
@@ -1147,47 +1177,47 @@ msgstr ""
"\n"
#. type: =head1
-#: dos2unix.pod:610
+#: dos2unix.pod:618
msgid "GB18030"
msgstr "GB18030"
#. type: textblock
-#: dos2unix.pod:612
+#: dos2unix.pod:620
msgid "GB18030 is a Chinese government standard. A mandatory subset of the GB18030 standard is officially required for all software products sold in China. See also L<http://en.wikipedia.org/wiki/GB_18030>."
msgstr "GB18030 is een standaard van de Chinese overheid. Een subset van de GB18030-standaard is officieel verplicht voor alle softwareproducten die in China verkocht worden. Zie ook L<http://en.wikipedia.org/wiki/GB_18030>."
#. type: textblock
-#: dos2unix.pod:616
+#: dos2unix.pod:624
msgid "GB18030 is fully compatible with Unicode, and can be considered an unicode transformation format. Like UTF-8, GB18030 is compatible with ASCII. GB18030 is also compatible with Windows code page 936, also known as GBK."
msgstr "GB18030 is volledig compatibel met Unicode, en kan als een Unicodetransformatie beschouwd worden. Net als UTF-8 is GB18030 compatibel met ASCII. GB18030 is ook compatibel met Windows-codetabel 936 (ook wel GBK genoemd)."
#. type: textblock
-#: dos2unix.pod:620
+#: dos2unix.pod:628
msgid "On Unix/Linux UTF-16 files are converted to GB18030 when the locale encoding is set to GB18030. Note that this will only work if the locale is supported by the system. Use command C<locale -a> to get the list of supported locales."
msgstr "Op Unix/Linux worden UTF-16-bestanden naar GB18030 geconverteerd wanneer de taalregio-codering GB18030 is. Merk op dat dit alleen werkt als deze taalregio-instelling door het systeem ondersteund wordt. Gebruik het commando C<locale -a> voor een overzicht van de beschikbare taalregio's."
#. type: textblock
-#: dos2unix.pod:624
+#: dos2unix.pod:632
msgid "On Windows you need to use option C<-gb> to convert UTF-16 files to GB18030."
msgstr "Op Windows dient u de optie C<-gb> te gebruiken om UTF-16-bestanden naar GB18030 te converteren."
#. type: textblock
-#: dos2unix.pod:626
+#: dos2unix.pod:634
msgid "GB18030 encoded files can have a Byte Order Mark, like Unicode files."
msgstr "GB18030-bestanden kunnen een Byte-Order-Mark bevatten, net als Unicode-bestanden."
#. type: =head1
-#: dos2unix.pod:628
+#: dos2unix.pod:636
msgid "EXAMPLES"
msgstr "VOORBEELDEN"
#. type: textblock
-#: dos2unix.pod:630
+#: dos2unix.pod:638
msgid "Read input from 'stdin' and write output to 'stdout':"
msgstr "Invoer lezen van standaardinvoer en uitvoer schrijven naar standaarduitvoer:"
#. type: verbatim
-#: dos2unix.pod:632
+#: dos2unix.pod:640
#, no-wrap
msgid ""
" dos2unix\n"
@@ -1199,12 +1229,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:635
+#: dos2unix.pod:643
msgid "Convert and replace a.txt. Convert and replace b.txt:"
msgstr "Omzetten en vervangen van a.txt; omzetten en vervangen van b.txt:"
#. type: verbatim
-#: dos2unix.pod:637
+#: dos2unix.pod:645
#, no-wrap
msgid ""
" dos2unix a.txt b.txt\n"
@@ -1216,12 +1246,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:640
+#: dos2unix.pod:648
msgid "Convert and replace a.txt in ascii conversion mode:"
msgstr "Omzetten en vervangen van a.txt in ascii-conversiemodus:"
#. type: verbatim
-#: dos2unix.pod:642
+#: dos2unix.pod:650
#, no-wrap
msgid ""
" dos2unix a.txt\n"
@@ -1231,12 +1261,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:644
+#: dos2unix.pod:652
msgid "Convert and replace a.txt in ascii conversion mode, convert and replace b.txt in 7bit conversion mode:"
msgstr "Omzetten en vervangen van a.txt in ascii-conversiemodus; omzetten en vervangen van b.txt in 7-bits conversiemodus:"
#. type: verbatim
-#: dos2unix.pod:647
+#: dos2unix.pod:655
#, no-wrap
msgid ""
" dos2unix a.txt -c 7bit b.txt\n"
@@ -1250,12 +1280,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:651
+#: dos2unix.pod:659
msgid "Convert a.txt from Mac to Unix format:"
msgstr "Omzetten van a.txt van Mac- naar Unix-indeling:"
#. type: verbatim
-#: dos2unix.pod:653
+#: dos2unix.pod:661
#, no-wrap
msgid ""
" dos2unix -c mac a.txt\n"
@@ -1267,12 +1297,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:656
+#: dos2unix.pod:664
msgid "Convert a.txt from Unix to Mac format:"
msgstr "Omzetten van a.txt van Unix- naar Mac-indeling:"
#. type: verbatim
-#: dos2unix.pod:658
+#: dos2unix.pod:666
#, no-wrap
msgid ""
" unix2dos -c mac a.txt\n"
@@ -1284,12 +1314,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:661
+#: dos2unix.pod:669
msgid "Convert and replace a.txt while keeping original date stamp:"
msgstr "Omzetten en vervangen van a.txt met behoud van origineel tijdsstempel:"
#. type: verbatim
-#: dos2unix.pod:663
+#: dos2unix.pod:671
#, no-wrap
msgid ""
" dos2unix -k a.txt\n"
@@ -1301,12 +1331,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:666
+#: dos2unix.pod:674
msgid "Convert a.txt and write to e.txt:"
msgstr "Omzetten van a.txt en resultaat naar e.txt schrijven:"
#. type: verbatim
-#: dos2unix.pod:668
+#: dos2unix.pod:676
#, no-wrap
msgid ""
" dos2unix -n a.txt e.txt\n"
@@ -1316,12 +1346,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:670
+#: dos2unix.pod:678
msgid "Convert a.txt and write to e.txt, keep date stamp of e.txt same as a.txt:"
msgstr "Omzetten van a.txt en naar e.txt schrijven, met tijdsstempel van e.txt gelijk aan die van a.txt:"
#. type: verbatim
-#: dos2unix.pod:672
+#: dos2unix.pod:680
#, no-wrap
msgid ""
" dos2unix -k -n a.txt e.txt\n"
@@ -1331,12 +1361,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:674
+#: dos2unix.pod:682
msgid "Convert and replace a.txt, convert b.txt and write to e.txt:"
msgstr "Omzetten en vervangen van a.txt; omzetten van b.txt en naar e.txt schrijven:"
#. type: verbatim
-#: dos2unix.pod:676
+#: dos2unix.pod:684
#, no-wrap
msgid ""
" dos2unix a.txt -n b.txt e.txt\n"
@@ -1348,12 +1378,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:679
+#: dos2unix.pod:687
msgid "Convert c.txt and write to e.txt, convert and replace a.txt, convert and replace b.txt, convert d.txt and write to f.txt:"
msgstr "Omzetten van c.txt en naar e.txt schrijven; omzetten en vervangen van a.txt; omzetten en vervangen van b.txt; omzetten van d.txt en naar f.txt schrijven."
#. type: verbatim
-#: dos2unix.pod:682
+#: dos2unix.pod:690
#, no-wrap
msgid ""
" dos2unix -n c.txt e.txt -o a.txt b.txt -n d.txt f.txt\n"
@@ -1363,17 +1393,17 @@ msgstr ""
"\n"
#. type: =head1
-#: dos2unix.pod:684
+#: dos2unix.pod:692
msgid "RECURSIVE CONVERSION"
msgstr "RECURSIEVE CONVERSIE"
#. type: textblock
-#: dos2unix.pod:686
+#: dos2unix.pod:694
msgid "Use dos2unix in combination with the find(1) and xargs(1) commands to recursively convert text files in a directory tree structure. For instance to convert all .txt files in the directory tree under the current directory type:"
msgstr "Gebruik dos2unix in combinatie met de opdrachten B<find>(1) en B<xargs>(1) om tekstbestanden in een mappenboom recursief om te zetten. Bijvoorbeeld om alle .txt-bestanden in de mappenboom onder de huidige map te converteren, typt u:"
#. type: verbatim
-#: dos2unix.pod:690
+#: dos2unix.pod:698
#, no-wrap
msgid ""
" find . -name '*.txt' |xargs dos2unix\n"
@@ -1383,12 +1413,12 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:692
+#: dos2unix.pod:700
msgid "In a Windows Command Prompt the following command can be used:"
msgstr "In een Windows Opdrachtprompt kan de volgende opdracht gebruikt worden:"
#. type: verbatim
-#: dos2unix.pod:694
+#: dos2unix.pod:702
#, no-wrap
msgid ""
" for /R %G in (*.txt) do dos2unix \"%G\"\n"
@@ -1398,22 +1428,22 @@ msgstr ""
"\n"
#. type: =head1
-#: dos2unix.pod:696
+#: dos2unix.pod:704
msgid "LOCALIZATION"
msgstr "LOKALISATIE"
#. type: =item
-#: dos2unix.pod:700
+#: dos2unix.pod:708
msgid "B<LANG>"
msgstr "B<LANG>"
#. type: textblock
-#: dos2unix.pod:702
+#: dos2unix.pod:710
msgid "The primary language is selected with the environment variable LANG. The LANG variable consists out of several parts. The first part is in small letters the language code. The second is optional and is the country code in capital letters, preceded with an underscore. There is also an optional third part: character encoding, preceded with a dot. A few examples for POSIX standard type shells:"
msgstr "De primaire taal wordt geselecteerd via de omgevingsvariabele LANG. De variabele LANG bestaat uit verschillende onderdelen. Het eerste deel is in kleine letters de taalcode. Het tweede deel is optioneel en is de landcode in hoofdletters, voorafgegaan door een liggend streepje. Er is ook een optioneel derde deel: de tekencodering, voorafgegaan door een punt. Enkele voorbeelden voor een POSIX-shell:"
#. type: verbatim
-#: dos2unix.pod:709
+#: dos2unix.pod:717
#, no-wrap
msgid ""
" export LANG=nl Dutch\n"
@@ -1435,47 +1465,47 @@ msgstr ""
"\n"
#. type: textblock
-#: dos2unix.pod:717
+#: dos2unix.pod:725
msgid "For a complete list of language and country codes see the gettext manual: L<http://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html>"
msgstr "Voor een complete lijst van taal- en landcodes zie de gettext-handleiding: L<http://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html>"
#. type: textblock
-#: dos2unix.pod:720
+#: dos2unix.pod:728
msgid "On Unix systems you can use the command locale(1) to get locale specific information."
msgstr "Op Unix-systemen kunt u de opdracht B<locale>(1) gebruiken om specifieke taalregio-informatie te verkrijgen."
#. type: =item
-#: dos2unix.pod:723
+#: dos2unix.pod:731
msgid "B<LANGUAGE>"
msgstr "B<LANGUAGE>"
#. type: textblock
-#: dos2unix.pod:725
+#: dos2unix.pod:733
msgid "With the LANGUAGE environment variable you can specify a priority list of languages, separated by colons. Dos2unix gives preference to LANGUAGE over LANG. For instance, first Dutch and then German: C<LANGUAGE=nl:de>. You have to first enable localization, by setting LANG (or LC_ALL) to a value other than \"C\", before you can use a language priority list through the LANGUAGE variable. See also the gettext manual: L<http://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html>"
msgstr "Met de omgevingsvariabele LANGUAGE kunt u een prioriteitenlijst specificeren van talen, gescheiden door dubbele punten. Dos2unix geeft voorrang aan LANGUAGE boven LANG. Bijvoorbeeld, eerst Nederlands en dan Duits: C<LANGUAGE=nl:de>. U moet eerst lokalisatie in werking stellen, door het instellen van LANG (of LC_ALL) op een waarde ongelijk aan \"C\", voordat u een talen-prioriteitenlijst kunt gebruiken via de variabele LANGUAGE. Zie ook de gettext-handleiding: L<http://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html>"
#. type: textblock
-#: dos2unix.pod:733
+#: dos2unix.pod:741
msgid "If you select a language which is not available you will get the standard English messages."
msgstr "Als u een taal kiest die niet beschikbaar is, worden de standaard Engelse berichten gebruikt."
#. type: =item
-#: dos2unix.pod:737
+#: dos2unix.pod:745
msgid "B<DOS2UNIX_LOCALEDIR>"
msgstr "B<DOS2UNIX_LOCALEDIR>"
#. type: textblock
-#: dos2unix.pod:739
+#: dos2unix.pod:747
msgid "With the environment variable DOS2UNIX_LOCALEDIR the LOCALEDIR set during compilation can be overruled. LOCALEDIR is used to find the language files. The GNU default value is C</usr/local/share/locale>. Option B<--version> will display the LOCALEDIR that is used."
msgstr "Met de omgevingsvariabele DOS2UNIX_LOCALEDIR kan de LOCALEDIR die ingesteld werd tijdens compilatie worden overstemd. LOCALEDIR wordt gebruikt om de taalbestanden te vinden. De GNU standaardwaarde is C</usr/local/share/locale>. De optie B<--version> laat de gebruikte LOCALEDIR zien."
#. type: textblock
-#: dos2unix.pod:744
+#: dos2unix.pod:752
msgid "Example (POSIX shell):"
msgstr "Voorbeeld (POSIX-shell):"
#. type: verbatim
-#: dos2unix.pod:746
+#: dos2unix.pod:754
#, no-wrap
msgid ""
" export DOS2UNIX_LOCALEDIR=$HOME/share/locale\n"
@@ -1485,72 +1515,72 @@ msgstr ""
"\n"
#. type: =head1
-#: dos2unix.pod:751
+#: dos2unix.pod:759
msgid "RETURN VALUE"
msgstr "AFSLUITWAARDE"
#. type: textblock
-#: dos2unix.pod:753
+#: dos2unix.pod:761
msgid "On success, zero is returned. When a system error occurs the last system error will be returned. For other errors 1 is returned."
msgstr "Bij succes wordt nul teruggegeven. Wanneer een systeemfout optreedt wordt het laatste systeemfoutnummer teruggegeven. Bij andere fouten wordt 1 teruggegeven."
#. type: textblock
-#: dos2unix.pod:756
+#: dos2unix.pod:764
msgid "The return value is always zero in quiet mode, except when wrong command-line options are used."
msgstr "De afsluitwaarde is altijd nul in de stillewerkingsmodus, behalve wanneer verkeerde opties worden gegeven."
#. type: =head1
-#: dos2unix.pod:759
+#: dos2unix.pod:767
msgid "STANDARDS"
msgstr "STANDAARDEN"
#. type: textblock
-#: dos2unix.pod:761
+#: dos2unix.pod:769
msgid "L<http://en.wikipedia.org/wiki/Text_file>"
msgstr "L<http://nl.wikipedia.org/wiki/Tekstbestand>"
#. type: textblock
-#: dos2unix.pod:763
+#: dos2unix.pod:771
msgid "L<http://en.wikipedia.org/wiki/Carriage_return>"
msgstr "L<http://nl.wikipedia.org/wiki/Carriage_Return>"
#. type: textblock
-#: dos2unix.pod:765
+#: dos2unix.pod:773
msgid "L<http://en.wikipedia.org/wiki/Newline>"
msgstr "L<http://nl.wikipedia.org/wiki/Linefeed>"
#. type: textblock
-#: dos2unix.pod:767
+#: dos2unix.pod:775
msgid "L<http://en.wikipedia.org/wiki/Unicode>"
msgstr "<http://nl.wikipedia.org/wiki/Unicode>"
#. type: =head1
-#: dos2unix.pod:769
+#: dos2unix.pod:777
msgid "AUTHORS"
msgstr "AUTEURS"
#. type: textblock
-#: dos2unix.pod:771
+#: dos2unix.pod:779
msgid "Benjamin Lin - <blin@socs.uts.edu.au>, Bernd Johannes Wuebben (mac2unix mode) - <wuebben@kde.org>, Christian Wurll (add extra newline) - <wurll@ira.uka.de>, Erwin Waterlander - <waterlan@xs4all.nl> (maintainer)"
msgstr "Benjamin Lin - <blin@socs.uts.edu.au>, Bernd Johannes Wuebben (mac2unix-modus) - <wuebben@kde.org>, Christian Wurll (toevoegen van extra regeleindes) - <wurll@ira.uka.de>, Erwin Waterlander - <waterlan@xs4all.nl> (beheerder)"
#. type: textblock
-#: dos2unix.pod:776
+#: dos2unix.pod:784
msgid "Project page: L<http://waterlan.home.xs4all.nl/dos2unix.html>"
msgstr "Projectpagina: L<http://waterlan.home.xs4all.nl/dos2unix.html>"
#. type: textblock
-#: dos2unix.pod:778
+#: dos2unix.pod:786
msgid "SourceForge page: L<http://sourceforge.net/projects/dos2unix/>"
msgstr "SourceForge-pagina: L<http://sourceforge.net/projects/dos2unix/>"
#. type: =head1
-#: dos2unix.pod:780
+#: dos2unix.pod:788
msgid "SEE ALSO"
msgstr "ZIE OOK"
#. type: textblock
-#: dos2unix.pod:782
+#: dos2unix.pod:790
msgid "file(1) find(1) iconv(1) locale(1) xargs(1)"
msgstr "file(1) find(1) iconv(1) locale(1) xargs(1)"
diff --git a/man/nl/man1/dos2unix.pod b/man/nl/man1/dos2unix.pod
index a920c11..5c4290c 100644
--- a/man/nl/man1/dos2unix.pod
+++ b/man/nl/man1/dos2unix.pod
@@ -285,6 +285,15 @@ De bestanden opsommen die Unix-regeleindes bevatten:
unix2dos -ic *.txt
+Alleen bestanden die DOS-regeleindes bevatten converteren en andere
+bestanden ongemoeid laten:
+
+ dos2unix -ic *.txt | xargs dos2unix
+
+De bestanden vinden die DOS-regeleindes bevatten:
+
+ find -name '*.txt' | xargs dos2unix -ic
+
=item B<-k>, B<--keepdate>
Het tijdsstempel van het invoerbestand behouden voor het uitvoerbestand.
diff --git a/man/nl/man1/dos2unix.txt b/man/nl/man1/dos2unix.txt
index 0d989a8..2d02130 100644
--- a/man/nl/man1/dos2unix.txt
+++ b/man/nl/man1/dos2unix.txt
@@ -227,6 +227,15 @@ OPTIES
unix2dos -ic *.txt
+ Alleen bestanden die DOS-regeleindes bevatten converteren en andere
+ bestanden ongemoeid laten:
+
+ dos2unix -ic *.txt | xargs dos2unix
+
+ De bestanden vinden die DOS-regeleindes bevatten:
+
+ find -name '*.txt' | xargs dos2unix -ic
+
-k, --keepdate
Het tijdsstempel van het invoerbestand behouden voor het
uitvoerbestand.