mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ISO8859-1 instead of ISO-8859-1 (bug #35068)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199892 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a047ee4e26
commit
900526976c
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="iconv.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -39,6 +39,12 @@
|
|||
</table>
|
||||
&ini.php.constants;
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
Some systems (like IBM AIX) use "ISO8859-1" instead of "ISO-8859-1" so this
|
||||
value has to be used in configuration options and function parameters.
|
||||
</para>
|
||||
</warning>
|
||||
<note>
|
||||
<para>
|
||||
Configuration option <parameter>iconv.input_encoding</parameter> is
|
||||
|
|
Loading…
Reference in a new issue