Просмотр исходного кода

ZF-10414: fix Zend_View docs to indicate correct default encoding

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22917 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 15 лет назад
Родитель
Сommit
15d6ff7b2d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      documentation/manual/en/module_specs/Zend_View-Introduction.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_View-Introduction.xml

@@ -144,7 +144,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>