mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345239 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c60cc6f3a8
commit
3cd337b4dc
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
</para>
|
||||
<para>
|
||||
Nevertheless be aware, runtime codepage switch after the request start
|
||||
might bring unexpected side effects on CLI. The preferrable way is php.ini,
|
||||
might bring unexpected side effects on CLI. The preferable way is php.ini,
|
||||
When PHP CLI is used in a console emulator, that doesn't support Unicode,
|
||||
it might possibly be required, to avoid changing the console codepage. The
|
||||
best way to achieve it is by setting the default or internal encoding to
|
||||
|
@ -106,7 +106,7 @@
|
|||
<para>
|
||||
For the best portability, it is strongely recommended to handle filenames,
|
||||
I/O and other related topics UTF-8. Additionally, for the console applications,
|
||||
the usage of a TrueType font is preferrable and the usage of ini_set() for
|
||||
the usage of a TrueType font is preferable and the usage of ini_set() for
|
||||
the codepage change is discouraged.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue