You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Force Microsoft Visual Studio to decode sources files in UTF-8. This applies
# to the library and the library users.
if (CMAKE_CXX_COMPILER_ID STREQUAL"MSVC")
target_compile_options(${library}PUBLIC"/utf-8")
endif()
Maybe the compiler you are using does need some specific option?
Or, maybe you mean using ascii symbols instead of unicode? In this case, nothing builtin at the moment. I only have the FTXUI_MICROSOFT_TERMINAL_FALLBACK for Microsoft terminal to remove unsupported characters and "mitigate" bugs in Microsoft terminals.
Maybe you can shre additional information about your setup?
I'm porting ftxui on nintendo switch but the terminal is very basic and doesn't support unicode chars. Is there a way to only use UTF-8 ?
The text was updated successfully, but these errors were encountered: