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 <External Modules>/nanopb/Kconfig:53
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:80
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.)