joey            Tue Jun 17 05:02:40 2003 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      setlocale.xml 
    /phpdoc/entities    global.ent 
  Log:
  Incorporate some things from the notes.
  
  
Index: phpdoc/en/reference/strings/functions/setlocale.xml
diff -u phpdoc/en/reference/strings/functions/setlocale.xml:1.8 
phpdoc/en/reference/strings/functions/setlocale.xml:1.9
--- phpdoc/en/reference/strings/functions/setlocale.xml:1.8     Fri Feb 28 18:47:31 
2003
+++ phpdoc/en/reference/strings/functions/setlocale.xml Tue Jun 17 05:02:39 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.setlocale">
    <refnamediv>
@@ -85,7 +85,9 @@
      Setlocale returns the new current locale, or &false; if the locale
      functionality is not implemented in the platform, the specified
      locale does not exist or the category name is invalid.
-     An invalid category name also causes a warning message.
+     An invalid category name also causes a warning message. Category/locale
+     names can be found in <ulink url="&url.rfc;1766">RFC 2915</ulink>
+     and <ulink url="&url.iso-639">ISO 639</ulink>.
     </para>
     <note>
      <para>
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.111 phpdoc/entities/global.ent:1.112
--- phpdoc/entities/global.ent:1.111    Sat May 31 18:05:54 2003
+++ phpdoc/entities/global.ent  Tue Jun 17 05:02:40 2003
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.111 2003/05/31 22:05:54 philip Exp $
+ $Id: global.ent,v 1.112 2003/06/17 09:02:40 joey Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -109,6 +109,7 @@
 <!ENTITY url.iptc "http://www.iptc.org/";>
 <!ENTITY url.ircg "http://www.schumann.cx/ircg/";>
 <!ENTITY url.ircg-install "http://lxr.php.net/source/php4/ext/ircg/README.txt";>
+<!ENTITY url.iso-639 "http://www.w3.org/WAI/ER/IG/ert/iso639.htm";>
 <!ENTITY url.jacobi "http://www.utm.edu/research/primes/glossary/JacobiSymbol.html";>
 <!ENTITY url.jade "http://www.jclark.com/jade/";>
 <!ENTITY url.jclark "http://www.jclark.com/bio.htm";>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to