Changeset 417 for trunk/tests/bug144.php
- Timestamp:
- 09/16/05 14:04:11 (3 years ago)
- Files:
-
- trunk/tests/bug144.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/bug144.php
r416 r417 16 16 $template->applyOutputFilter('StripWhitespace'); 17 17 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 à ä ö Ü é')); 19 19 20 20 header('Content-Type: text/html; charset=utf-8');
