From 9c556c4071b7c5fe1a54fb5a14bee6c4fd942780 Mon Sep 17 00:00:00 2001 From: Ben Wiley Sittler Date: Mon, 3 Nov 2008 21:15:09 +0000 Subject: [PATCH] text formats embedding escape sequences get sent as attachments too --- caca-php/examples/www/export.php | 3 +++ 1 file changed, 3 insertions(+) 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' );