Accented characters

I don’t have the accented characters like in “La lecture est terminée”. Instead, I get “La lecture est termine”.
My source file is UTF-8 encoded and I have LV_TEXT_ENC defined to LV_TXT_ENC_UTF8 (default font settings in lv_conf.h).
I am using LittlevGL Arduino library 2.0 and STM32 Arduino core 1.6.1 with a Nucleo-F429ZI card.

Please send a code sample to reproduce the issue. Sorry for the delay in replying.

Only the ASCII characters and symbols are included in the built-in fonts. You need to create your own font with the extra characters or ranges you need.