mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The linker generates an .elf file wth encoded strings containing filenames. If those filenames contain non-ASCII characters we need to know which encoding was used by the linker to store those filenames. Use the system's preferred encoding for that purpose. Fixes #55148. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>