Pensieve TM Filter: Difference between revisions

From Okapi Framework
Jump to navigation Jump to search
m (Reverted edits by 59.99.228.137 (talk) to last revision by Ysavourel)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 19:12, 4 June 2016

Overview

The Pensive TM Filter is an Okapi component that implements the IFilter interface for Pensieve TMs.

This filter allows you to use a Pensieve TM as an input or output document, just like for other translatable documents such as TMX, PO, etc.

Processing Details

Encoding

The filter always uses its internal encoding, so any user-specific setting for encoding is ignored.

Parameters

This filter has no parameters.

Limitations

Since the content of a Pensieve TM is binary, the method setOutput(OutputStream output) of the PensiveFilterWriter class is not implemented. In other words, you cannot output the content of a Pensieve TM to other types of stream without going through a format conversion.