mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
documented zend.script_encoding transliteration (fixes #62351)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e9fcd0228d
commit
277f92663b
1 changed files with 5 additions and 0 deletions
|
@ -477,6 +477,11 @@
|
|||
directive appears at the top of the script. When ISO-8859-1 incompatible encoding
|
||||
is used, both zend.multibyte and zend.script_encoding must be used.
|
||||
</para>
|
||||
<para>
|
||||
Literal strings will be transliterated from zend.script_enconding to
|
||||
mbstring.internal_encoding, as if
|
||||
<function>mb_convert_encoding</function> would have been called.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue