How to add your knowledge

TextFileEncoding

    Table of contents
    No headers

    The TextFileEncoding keyword is the list of file encodings that will be supported for importing text files. The encoding must be supported for “iconv”. To get the list of supported encodings, type iconv -l in a terminal.

    NoteThe current local encoding and UCS-2 unicode encoding are always included by default.
    The TextFileEncoding keyword uses the following syntax

    TextFileEncoding <character_set>

    Examples of use

    TextFileEncoding ISO8859-1

    TextFileEncoding EUCJP