<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/recode.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'recode.requirements.php',
    1 => '需求',
    2 => '需求',
  ),
  'up' => 
  array (
    0 => 'recode.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'recode.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'recode.installation.php',
    1 => '安装',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/recode/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="recode.requirements" class="section">
  <h2 class="title">需求</h2>
  <p class="simpara">
   You must have GNU Recode 3.5 or higher installed on your system.
   You can download the package from <a href="http://directory.fsf.org/All_GNU_Packages/recode.html" class="link external">&raquo;&nbsp;http://directory.fsf.org/All_GNU_Packages/recode.html</a>.
  </p>
  <div class="warning"><strong class="warning">警告</strong>
   <p class="simpara">
    The Recode library version 3.6 adds weird characters behind converted
    strings under certain circumstances. Thus it&#039;s safer to use Recode v3.5
    or one of the available alternatives like the
    <a href="ref.iconv.php" class="link">iconv</a> or
    <a href="ref.mbstring.php" class="link">mbstring</a> extension.
   </p>
  </div>
 </div><?php manual_footer($setup); ?>