:orphan: .. title:: CONFIG_LVGL_TXT_ENC_UTF8 .. kconfig:: CONFIG_LVGL_TXT_ENC_UTF8 CONFIG_LVGL_TXT_ENC_UTF8 ######################## *UTF-8 string encoding* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/gui/lvgl/Kconfig.text:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:32`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings → String character encoding .. code-block:: kconfig config LVGL_TXT_ENC_UTF8 bool "UTF-8 string encoding" depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*