<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.recode.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.recode.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.recode.php',
    1 => 'Recode',
  ),
  'prev' => 
  array (
    0 => 'book.recode.php',
    1 => 'Recode',
  ),
  'next' => 
  array (
    0 => 'recode.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/recode/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.recode" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   <div class="warning"><strong class="warning">Увага</strong>
 <p class="simpara">This extension is <em>unmaintained</em>.</p>
</div>
   This module contains an interface to the GNU Recode library. The GNU
   Recode library converts files between various coded character sets and
   surface encodings. When this cannot be achieved exactly, it may get rid
   of the offending characters or fall back on approximations. The library
   recognises or produces nearly 150 different character sets and is able to
   convert files between almost any pair. Most
   <a href="https://datatracker.ietf.org/doc/html/rfc1345" class="link external">&raquo;&nbsp;RFC 1345</a> character sets are
   supported.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <span class="simpara">
    This extension is unbundled and moved to <a href="https://pecl.php.net/package/recode" class="link external">&raquo;&nbsp;PECL</a>
    as of PHP 7.4.0.
    Consider to use the <a href="book.mbstring.php" class="link">Multibyte String</a> or
    <a href="book.iconv.php" class="link">iconv</a> extensions instead.
   </span>
  </p></blockquote>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: <span class="simpara">Для Windows-платформ це
розширення недоступне.</span></p></blockquote>
 </div><?php manual_footer($setup); ?>