search for: nopict

Displaying 1 result from an estimated 1 matches for "nopict".

Did you mean: noapic
2009 Feb 02
2
Ticket #282: omindex-assorted-enhancements.patch woes
...FYI Here's the reject file: *************** *** 397,406 **** } else if (mimetype == "text/rtf") { // The --text option unhelpfully converts all non-ASCII characters to // "?" so we use --html instead, which produces HTML entities. - string cmd = "unrtf --nopict --html 2>/dev/null " + shell_protect(file); MyHtmlParser p; try { - p.parse_html(stdout_to_string(cmd)); } catch (ReadError) { cout << "\"" << cmd << "\" failed - skipping\n"; return; --- 426,435 ---- } else i...