CONFIG_UTF8

UTF-8 string operation supported

Type: bool

Help

Enable the utf8 API. The API implements functions to specifically
handle UTF-8 encoded strings.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Library>/os/Kconfig:80

Included via Kconfig:8Kconfig.zephyr:43<Library>/Kconfig:10

Menu path: (Top) → Additional libraries → OS Support Library

config UTF8
    bool "UTF-8 string operation supported"
    help
      Enable the utf8 API. The API implements functions to specifically
      handle UTF-8 encoded strings.

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