Browse Source

text formats embedding escape sequences get sent as attachments too

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 years ago
parent
commit
9c556c4071
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      caca-php/examples/www/export.php

+ 3
- 0
caca-php/examples/www/export.php View File

@@ -151,6 +151,9 @@ $content_type_map = array(


$extension_map = array( $extension_map = array(
'ansi' => 'txt', 'ansi' => 'txt',
'utf8' => 'txt',
'utf8cr' => 'txt',
'irc' => 'txt',
'tga' => 'tga' 'tga' => 'tga'
); );




Loading…
Cancel
Save