• Publicity: Public Only All

search-convert-procs.tcl

Binaries conversion procedures for the search package. Thanks to Carsten Clasohm for suggesting the converter programs.

Location:
packages/search/tcl/search-convert-procs.tcl
Created:
2005-06-25
Author:
Dirk Gomez
CVS Identification:
$Id: search-convert-procs.tcl,v 1.5.2.8 2023/03/16 12:38:04 antoniop Exp $

Procedures in this file

Detailed information

search::convert::binary_to_text (public)

 search::convert::binary_to_text -filename filename \
    -mime_type mime_type

Converts the binary file to text and returns this as a string. (Carsten Clasohm provided the converters.)

Switches:
-filename
(required)
-mime_type
(required)
Author:
Dirk Gomez
Created:
2005-06-25

Partial Call Graph (max 5 caller/called nodes):
%3 search::content_filter search::content_filter (private) search::convert::binary_to_text search::convert::binary_to_text search::content_filter->search::convert::binary_to_text ad_tmpnam ad_tmpnam (public) search::convert::binary_to_text->ad_tmpnam ad_try ad_try (public) search::convert::binary_to_text->ad_try template::util::read_file template::util::read_file (public) search::convert::binary_to_text->template::util::read_file util::file_content_check util::file_content_check (public) search::convert::binary_to_text->util::file_content_check util::which util::which (public) search::convert::binary_to_text->util::which

Testcases:
No testcase defined.
[ show source ]