Show
Ignore:
Timestamp:
09/16/05 14:04:11 (3 years ago)
Author:
schst
Message:

Fixed bug #144: StripWhitespace? output filter breaks UTF-8 encoded data

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/bug144.php

    r416 r417  
    1616$template->applyOutputFilter('StripWhitespace'); 
    1717 
    18 $template->addVar('page', 'foo', utf8_encode('Data with UTF-8 encoded characters ä ö Ü é')); 
     18$template->addVar('page', 'foo', utf8_encode('Data with UTF-8 encoded characters à ä ö Ü é')); 
    1919 
    2020header('Content-Type: text/html; charset=utf-8');