:orphan: .. title:: CONFIG_UTF8 .. kconfig:: CONFIG_UTF8 CONFIG_UTF8 ########### *UTF-8 string operation supported* Type: ``bool`` Help ==== .. code-block:: none 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 ``/os/Kconfig:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig 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.)*