cvs: smarty /libs/plugins modifier.escape.php

[email protected] ("Monte Ohrt")
Newsgroups php.smarty.cvs
Message-ID <cvsmohrt1125435806@cvsserver>
mohrt		Tue Aug 30 17:03:26 2005 EDT

  Modified files:              
    /smarty/libs/plugins	modifier.escape.php 
  Log:
  change default charset from utf8 to iso-8859-1
  
  
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.escape.php?r1=1.20&r2=1.21&ty=u
Index: smarty/libs/plugins/modifier.escape.php
diff -u smarty/libs/plugins/modifier.escape.php:1.20 smarty/libs/plugins/modifier.escape.php:1.21
--- smarty/libs/plugins/modifier.escape.php:1.20	Tue Aug 30 12:24:22 2005
+++ smarty/libs/plugins/modifier.escape.php	Tue Aug 30 17:03:23 2005
@@ -18,7 +18,7 @@
  * @param html|htmlall|url|quotes|hex|hexentity|javascript
  * @return string
  */
-function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'UTF-8')
+function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1')
 {
     switch ($esc_type) {
         case 'html':
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.