ensure-string
    Preparing search index...

    Interface EnsureStringOptions

    interface EnsureStringOptions {
        encoding?: string;
    }
    Index

    Properties

    Properties

    encoding?: string

    Specify the encoding, by default 'utf8' or 'utf16'

    'utf8' or utf16 if there is BOM utf16 or latin1 if it is not utf8