@schie/fluent-zpl - v0.11.2
    Preparing search index...

    Interface CharacterSetOptions

    Options for the ^CI command.

    interface CharacterSetOptions {
        charset: CharacterSet;
        customMappings?: number[];
    }
    Index

    Properties

    charset: CharacterSet

    Character set code (0-36). Use 28 (UTF-8) unless you need a specific code page.

    customMappings?: number[]

    Optional pairs of integers (0-255) for Code Page 850 variants (charset 0-13).