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 <Zephyr>/modules/nanopb/Kconfig:53

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:66

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.)