diff --git a/caca-php/examples/www/export.php b/caca-php/examples/www/export.php index 1a05c67..2bd3442 100644 --- a/caca-php/examples/www/export.php +++ b/caca-php/examples/www/export.php @@ -151,6 +151,9 @@ $content_type_map = array( $extension_map = array( 'ansi' => 'txt', + 'utf8' => 'txt', + 'utf8cr' => 'txt', + 'irc' => 'txt', 'tga' => 'tga' );