Browse Source

[DOCUMENTATION] Brazilian Portuguese:
- sync to r22917


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22919 44c647ce-9c0f-0410-b52a-842ac1e357ba

mauriciofauth 15 years ago
parent
commit
ed06add8be

+ 2 - 2
documentation/manual/pt-br/module_specs/Zend_View-Introduction.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21829 -->
+<!-- EN-Revision: 22917 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.view.introduction">
     <title>Introdução</title>
@@ -143,7 +143,7 @@ base/path/
                     <property>encoding</property>: indicate the character encoding to use
                     with <methodname>htmlentities()</methodname>,
                     <methodname>htmlspecialchars()</methodname>, and other operations. Defaults
-                    to ISO-8859-1 (latin1). May be set via
+                    to UTF-8. May be set via
                     <methodname>setEncoding()</methodname> or the <property>encoding</property>
                     option to the constructor.
                 </para>