[PHP-DOC] cvs: phpdoc /pt_BR/appendices debugger.xml escaping.xml history.xml http-stuff.xml regexp.xml /pt_BR/chapters config.xml /pt_BR/features cookies.xml /pt_BR/functions apache.xml url.xml /pt_BR/language basic-syntax.xml constants.xml control-structures.xml expressions.xml functions.xml oop.xml operators.xml types.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 11/14/01

hholzgra Wed Nov 14 17:39:03 2001 EDT

  Modified files:
    /phpdoc/pt_BR/appendices debugger.xml escaping.xml history.xml
                                    http-stuff.xml regexp.xml
    /phpdoc/pt_BR/chapters config.xml
    /phpdoc/pt_BR/features cookies.xml
    /phpdoc/pt_BR/functions apache.xml url.xml
    /phpdoc/pt_BR/language basic-syntax.xml constants.xml
                                  control-structures.xml expressions.xml
                                  functions.xml oop.xml operators.xml
                                  types.xml
  Log:
  added xml encoding headers where missing
  
Index: phpdoc/pt_BR/appendices/debugger.xml
diff -u phpdoc/pt_BR/appendices/debugger.xml:1.6 phpdoc/pt_BR/appendices/debugger.xml:1.7
--- phpdoc/pt_BR/appendices/debugger.xml:1.6 Sat Jul 7 18:27:26 2001
+++ phpdoc/pt_BR/appendices/debugger.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <appendix id="debugger">
   <title>O debugador do PHP</title>
 
Index: phpdoc/pt_BR/appendices/escaping.xml
diff -u phpdoc/pt_BR/appendices/escaping.xml:1.2 phpdoc/pt_BR/appendices/escaping.xml:1.3
--- phpdoc/pt_BR/appendices/escaping.xml:1.2 Thu Jan 25 14:15:03 2001
+++ phpdoc/pt_BR/appendices/escaping.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Escapando dados
   <sect>Caracteres de escape do PHP
   <sect>Codificando a URL (GET)
Index: phpdoc/pt_BR/appendices/history.xml
diff -u phpdoc/pt_BR/appendices/history.xml:1.1 phpdoc/pt_BR/appendices/history.xml:1.2
--- phpdoc/pt_BR/appendices/history.xml:1.1 Mon Jul 31 18:01:17 2000
+++ phpdoc/pt_BR/appendices/history.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>História do PHP
   <sect>Visão geral do desenvolvimento do PHP
 
Index: phpdoc/pt_BR/appendices/http-stuff.xml
diff -u phpdoc/pt_BR/appendices/http-stuff.xml:1.2 phpdoc/pt_BR/appendices/http-stuff.xml:1.3
--- phpdoc/pt_BR/appendices/http-stuff.xml:1.2 Thu Jan 25 14:15:03 2001
+++ phpdoc/pt_BR/appendices/http-stuff.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Proxies, caches e outras "coisas" HTTP
   <sect>Definindo e expirando a validade de páginas geradas
   <sect>Usando phpLastModified
Index: phpdoc/pt_BR/appendices/regexp.xml
diff -u phpdoc/pt_BR/appendices/regexp.xml:1.1 phpdoc/pt_BR/appendices/regexp.xml:1.2
--- phpdoc/pt_BR/appendices/regexp.xml:1.1 Mon Jul 31 18:01:17 2000
+++ phpdoc/pt_BR/appendices/regexp.xml Wed Nov 14 17:39:02 2001
@@ -1,2 +1,3 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Expressões regulares
   <sect>Breve visão de expressões regulares apontando para mais informações
Index: phpdoc/pt_BR/chapters/config.xml
diff -u phpdoc/pt_BR/chapters/config.xml:1.6 phpdoc/pt_BR/chapters/config.xml:1.7
--- phpdoc/pt_BR/chapters/config.xml:1.6 Sun Nov 4 04:43:18 2001
+++ phpdoc/pt_BR/chapters/config.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="configuration">
   <title>Configuração</title>
 
Index: phpdoc/pt_BR/features/cookies.xml
diff -u phpdoc/pt_BR/features/cookies.xml:1.2 phpdoc/pt_BR/features/cookies.xml:1.3
--- phpdoc/pt_BR/features/cookies.xml:1.2 Wed Aug 23 14:26:09 2000
+++ phpdoc/pt_BR/features/cookies.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 
  <chapter id="features.cookies">
   <title>Cookies</title>
Index: phpdoc/pt_BR/functions/apache.xml
diff -u phpdoc/pt_BR/functions/apache.xml:1.2 phpdoc/pt_BR/functions/apache.xml:1.3
--- phpdoc/pt_BR/functions/apache.xml:1.2 Sat Jun 23 16:35:16 2001
+++ phpdoc/pt_BR/functions/apache.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.apache">
   <title>Funções específicas para Apache</title>
   <titleabbrev>Apache</titleabbrev>
Index: phpdoc/pt_BR/functions/url.xml
diff -u phpdoc/pt_BR/functions/url.xml:1.3 phpdoc/pt_BR/functions/url.xml:1.4
--- phpdoc/pt_BR/functions/url.xml:1.3 Sat Jul 7 19:11:37 2001
+++ phpdoc/pt_BR/functions/url.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.url">
   <title>Funções URL</title>
   <titleabbrev>URLs</titleabbrev>
Index: phpdoc/pt_BR/language/basic-syntax.xml
diff -u phpdoc/pt_BR/language/basic-syntax.xml:1.1 phpdoc/pt_BR/language/basic-syntax.xml:1.2
--- phpdoc/pt_BR/language/basic-syntax.xml:1.1 Wed Aug 2 09:15:53 2000
+++ phpdoc/pt_BR/language/basic-syntax.xml Wed Nov 14 17:39:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
   <chapter id="language.basic-syntax">
    <title>Sintaxe básica</title>
 
Index: phpdoc/pt_BR/language/constants.xml
diff -u phpdoc/pt_BR/language/constants.xml:1.2 phpdoc/pt_BR/language/constants.xml:1.3
--- phpdoc/pt_BR/language/constants.xml:1.2 Sat Jul 7 18:27:30 2001
+++ phpdoc/pt_BR/language/constants.xml Wed Nov 14 17:39:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.constants">
   <title>Constantes</title>
 
Index: phpdoc/pt_BR/language/control-structures.xml
diff -u phpdoc/pt_BR/language/control-structures.xml:1.4 phpdoc/pt_BR/language/control-structures.xml:1.5
--- phpdoc/pt_BR/language/control-structures.xml:1.4 Sat Jul 7 18:27:31 2001
+++ phpdoc/pt_BR/language/control-structures.xml Wed Nov 14 17:39:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="control-structures">
   <title>Estruturas de Controle</title>
 
Index: phpdoc/pt_BR/language/expressions.xml
diff -u phpdoc/pt_BR/language/expressions.xml:1.2 phpdoc/pt_BR/language/expressions.xml:1.3
--- phpdoc/pt_BR/language/expressions.xml:1.2 Sat Jul 7 18:27:32 2001
+++ phpdoc/pt_BR/language/expressions.xml Wed Nov 14 17:39:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.expressions">
    <title>Expressões</title>
 
Index: phpdoc/pt_BR/language/functions.xml
diff -u phpdoc/pt_BR/language/functions.xml:1.1 phpdoc/pt_BR/language/functions.xml:1.2
--- phpdoc/pt_BR/language/functions.xml:1.1 Thu Aug 3 15:28:41 2000
+++ phpdoc/pt_BR/language/functions.xml Wed Nov 14 17:39:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="functions">
   <title>Funções</title>
 
Index: phpdoc/pt_BR/language/oop.xml
diff -u phpdoc/pt_BR/language/oop.xml:1.1 phpdoc/pt_BR/language/oop.xml:1.2
--- phpdoc/pt_BR/language/oop.xml:1.1 Thu Aug 3 15:29:57 2000
+++ phpdoc/pt_BR/language/oop.xml Wed Nov 14 17:39:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.oop">
   <title>Classes e Objetos</title>
 
Index: phpdoc/pt_BR/language/operators.xml
diff -u phpdoc/pt_BR/language/operators.xml:1.1 phpdoc/pt_BR/language/operators.xml:1.2
--- phpdoc/pt_BR/language/operators.xml:1.1 Thu Aug 3 15:29:57 2000
+++ phpdoc/pt_BR/language/operators.xml Wed Nov 14 17:39:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
   <chapter id="language.operators">
    <title>Operadores</title>
    <simpara>
Index: phpdoc/pt_BR/language/types.xml
diff -u phpdoc/pt_BR/language/types.xml:1.2 phpdoc/pt_BR/language/types.xml:1.3
--- phpdoc/pt_BR/language/types.xml:1.2 Tue Aug 14 18:46:18 2001
+++ phpdoc/pt_BR/language/types.xml Wed Nov 14 17:39:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.types">
   <title>Tipos</title>