The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_NANOPB_VALIDATE_UTF8

Validate UTF-8

Type: bool

Help

Check whether incoming strings are valid UTF-8 sequences.
Adds a small performance and code size penalty.

Direct dependencies

NANOPB && 0

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At modules/nanopb/Kconfig:53

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules → Nanopb Support

config NANOPB_VALIDATE_UTF8
    bool "Validate UTF-8"
    depends on NANOPB && 0
    help
      Check whether incoming strings are valid UTF-8 sequences.
      Adds a small performance and code size penalty.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)