Index: wlw_blogapi.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/wlw_blogapi/wlw_blogapi.module,v retrieving revision 1.16 diff -u -r1.16 wlw_blogapi.module --- wlw_blogapi.module 6 Jan 2009 06:31:46 -0000 1.16 +++ wlw_blogapi.module 27 Jan 2009 02:19:00 -0000 @@ -949,6 +949,7 @@ $text = str_replace('
', '', $text); $text = str_replace('
 
', '', $text); $text = str_replace('', '', $text); + $text = str_replace('', '', $text); //$text = str_Replace('é', 'Ž', $text); //$text = str_Replace('é', 'Ž', $text); //watchdog('wlw_blogapi', 'func: _wlw_blogapi_filter_extra_code, text =$text', array('$text' => print_r($text, true)));