Theia API Documentation v1.65.0
    Preparing search index...
    interface ReadEncodingOptions {
        autoGuessEncoding?: boolean;
        encoding?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoGuessEncoding?: boolean

    The optional guessEncoding parameter allows to guess encoding from content of the file.

    encoding?: string

    The optional encoding parameter allows to specify the desired encoding when resolving the contents of the file.