betz Sun Jan 12 17:51:45 2003 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
typo fix
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.99 phpdoc/en/language/types.xml:1.100
--- phpdoc/en/language/types.xml:1.99 Sat Jan 11 04:57:37 2003
+++ phpdoc/en/language/types.xml Sun Jan 12 17:51:45 2003
@@ -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 @@
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>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php