torben Wed Jun 18 15:10:04 2003 EDT
Modified files:
/phpdoc/en/language variables.xml
Log:
Admit that 228 is extended ASCII.
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.62 phpdoc/en/language/variables.xml:1.63
--- phpdoc/en/language/variables.xml:1.62 Wed Jun 11 18:03:09 2003
+++ phpdoc/en/language/variables.xml Wed Jun 18 15:10:04 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.62 $ -->
+<!-- $Revision: 1.63 $ -->
<chapter id="language.variables">
<title>Variables</title>
@@ -37,7 +37,7 @@
$4site = 'not yet'; // invalid; starts with a number
$_4site = 'not yet'; // valid; starts with an underscore
-$t�yte = 'mansikka'; // valid; '�' is ASCII 228.
+$t�yte = 'mansikka'; // valid; '�' is (Extended) ASCII 228.
?>
]]>
</programlisting>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php