core_set_text_charset Subroutine

public subroutine core_set_text_charset(state, charset)

Store the text-backend charset: 'ascii' (default), 'unicode', 'auto' (resolved from the environment at save time), or 'braille'. Unknown names warn and fall back to 'ascii' (#2060, #2061).

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
character(len=*), intent(in) :: charset