From f1154163b0a9efb21d722bc658352739040ffd61 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 28 Apr 2007 18:07:12 +0000 Subject: Merged branch devel-addressbook from r443 back to trunk --- bin/html2text.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bin/html2text.php (limited to 'bin/html2text.php') diff --git a/bin/html2text.php b/bin/html2text.php new file mode 100644 index 000000000..e0e2679f7 --- /dev/null +++ b/bin/html2text.php @@ -0,0 +1,16 @@ +get_text(); + +if (function_exists('html_entity_decode')) + print html_entity_decode($plaintext, ENT_COMPAT, 'UTF-8'); +else + print $plaintext; + +?> \ No newline at end of file -- cgit v1.2.3