Pensieve TM Filter
Jump to navigation
Jump to search
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.