git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111601 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2003-01-12 22:51:45 +00:00
parent 93768c82c7
commit be3dfeb106

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.99 $ -->
<!-- $Revision: 1.100 $ -->
<chapter id="language.types">
<title>Types</title>
@ -574,7 +574,7 @@ EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM})
A <type>string</type> is series of characters. In PHP,
a character is the same as a byte, that is, there are exactly
256 different characters possible. This also implies that PHP
has no native support of Unicode. See <function>utf8_enncode</function>
has no native support of Unicode. See <function>utf8_encode</function>
and <function>utf8_decode</function> for some Unicode support.
</para>
<note>