Multi-Parsers Filter

From Okapi Framework
Revision as of 19:57, 8 August 2018 by Okapifra (talk | contribs) (Created page with "{{Filters Header}} ==Overview== The Multi-Parsers Filter is an Okapi component for extracting translatable text from complex formats. ==Processing Details== ===Input Encodi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The Multi-Parsers Filter is an Okapi component for extracting translatable text from complex formats.

Processing Details

Input Encoding

The filter decides which encoding to use for the input file using the following logic:

If the file has a Unicode Byte-Order-Mark: Then, the corresponding encoding (e.g. UTF-8, UTF-16, etc.) is used. Otherwise, the input encoding used is the default encoding that was specified when setting the filter options.

Parameters

By defaults, the filter settings are defined to process a CSV file where all columns are translatable and plain text.

Limitations

TODO