The `:iconv:' charset represents a conceptual pivot charset within
the external `iconv' library (in fact, this pivot exists, but is not
-directly reachable). This charset has a mere `:' (a colon) for an
-alias. It is not allowed to recode from or to this charset directly.
-But when this charset is selected as an intermediate, usually by
-automatic means, then the external `iconv' Recode library is called to
-handle the transformations. By using an `--ignore=:iconv:' option on
-the `recode' call or equivalently, but more simply, `-x:', Recode is
-instructed to fully avoid this charset as an intermediate, with the
-consequence that the external `iconv' library is defeated. Consider
-these two calls:
+directly reachable). This charset has a `:' (a mere colon) and
+`:libiconv:' for aliases. It is not allowed to recode from or to this
+charset directly. But when this charset is selected as an
+intermediate, usually by automatic means, then the external `iconv'
+Recode library is called to handle the transformations. By using an
+`--ignore=:iconv:' option on the `recode' call or equivalently, but
+more simply, `-x:', Recode is instructed to fully avoid this charset as
+an intermediate, with the consequence that the external `iconv' library
+is defeated. Consider these two calls:
recode l1..1250 < INPUT > OUTPUT
recode -x: l1..1250 < INPUT > OUTPUT
Node: count-characters\7f110981
Node: dump-with-names\7f111652
Node: iconv\7f114201
-Node: Tabular\7f117615
-Node: ASCII misc\7f139828
-Node: ASCII\7f140194
-Node: ISO 8859\7f141010
-Node: ASCII-BS\7f143304
-Node: flat\7f145141
-Node: IBM and MS\7f145812
-Node: EBCDIC\7f146356
-Node: IBM-PC\7f148452
-Ref: IBM-PC-Footnote-1\7f150566
-Node: Icon-QNX\7f150725
-Node: CDC\7f151150
-Node: Display Code\7f152831
-Ref: Display Code-Footnote-1\7f155112
-Node: CDC-NOS\7f155317
-Node: Bang-Bang\7f157279
-Node: Micros\7f159208
-Node: Apple-Mac\7f159591
-Node: AtariST\7f161625
-Node: Miscellaneous\7f162611
-Node: HTML\7f163344
-Node: LaTeX\7f169333
-Node: Texinfo\7f170107
-Node: Vietnamese\7f170879
-Node: African\7f171855
-Node: Others\7f173205
-Node: Texte\7f174659
-Ref: Texte-Footnote-1\7f179209
-Ref: Texte-Footnote-2\7f179289
-Ref: Texte-Footnote-3\7f179764
-Node: Mule\7f179861
-Ref: Mule-Footnote-1\7f181642
-Node: Surfaces\7f182161
-Ref: Surfaces-Footnote-1\7f185139
-Node: Permutations\7f185243
-Node: End lines\7f186084
-Node: MIME\7f188285
-Node: Dump\7f189472
-Node: Test\7f193642
-Node: Internals\7f196120
-Node: Main flow\7f197348
-Node: New charsets\7f200451
-Node: New surfaces\7f204989
-Node: Design\7f205715
-Ref: Design-Footnote-1\7f214881
-Node: Concept Index\7f214985
-Node: Option Index\7f229728
-Node: Library Index\7f232581
-Node: Charset and Surface Index\7f237156
+Node: Tabular\7f117632
+Node: ASCII misc\7f139845
+Node: ASCII\7f140211
+Node: ISO 8859\7f141027
+Node: ASCII-BS\7f143321
+Node: flat\7f145158
+Node: IBM and MS\7f145829
+Node: EBCDIC\7f146373
+Node: IBM-PC\7f148469
+Ref: IBM-PC-Footnote-1\7f150583
+Node: Icon-QNX\7f150742
+Node: CDC\7f151167
+Node: Display Code\7f152848
+Ref: Display Code-Footnote-1\7f155129
+Node: CDC-NOS\7f155334
+Node: Bang-Bang\7f157296
+Node: Micros\7f159225
+Node: Apple-Mac\7f159608
+Node: AtariST\7f161642
+Node: Miscellaneous\7f162628
+Node: HTML\7f163361
+Node: LaTeX\7f169350
+Node: Texinfo\7f170124
+Node: Vietnamese\7f170896
+Node: African\7f171872
+Node: Others\7f173222
+Node: Texte\7f174676
+Ref: Texte-Footnote-1\7f179226
+Ref: Texte-Footnote-2\7f179306
+Ref: Texte-Footnote-3\7f179781
+Node: Mule\7f179878
+Ref: Mule-Footnote-1\7f181659
+Node: Surfaces\7f182178
+Ref: Surfaces-Footnote-1\7f185156
+Node: Permutations\7f185260
+Node: End lines\7f186101
+Node: MIME\7f188302
+Node: Dump\7f189489
+Node: Test\7f193659
+Node: Internals\7f196137
+Node: Main flow\7f197365
+Node: New charsets\7f200468
+Node: New surfaces\7f205006
+Node: Design\7f205732
+Ref: Design-Footnote-1\7f214898
+Node: Concept Index\7f215002
+Node: Option Index\7f229745
+Node: Library Index\7f232598
+Node: Charset and Surface Index\7f237173
\1f
End Tag Table
appears as an intermediate charset.
@tindex iconv
+
The @code{:iconv:} charset represents a conceptual pivot charset
within the external @code{iconv} library (in fact, this pivot exists,
-but is not directly reachable). This charset has a mere @code{:}
-(a colon) for an alias. It is not allowed to recode from or to
-this charset directly. But when this charset is selected as an
-intermediate, usually by automatic means, then the external @code{iconv}
-Recode library is called to handle the transformations. By
+but is not directly reachable). This charset has a @code{:} (a mere
+colon) and @code{:libiconv:} for aliases. It is not allowed to recode
+from or to this charset directly. But when this charset is selected
+as an intermediate, usually by automatic means, then the external
+@code{iconv} Recode library is called to handle the transformations. By
using an @samp{--ignore=:iconv:} option on the @code{recode} call or
-equivalently, but more simply, @samp{-x:}, Recode is instructed
-to fully avoid this charset as an intermediate, with the consequence
-that the external @code{iconv} library is defeated. Consider these two
-calls:
+equivalently, but more simply, @samp{-x:}, Recode is instructed to fully
+avoid this charset as an intermediate, with the consequence that the
+external @code{iconv} library is defeated. Consider these two calls:
@example
recode l1..1250 < @var{input} > @var{output}