braille_char Function

public pure function braille_char(mask) result(utf8)

UTF-8 encoding of the braille codepoint for a mask. Invalid masks are clamped before encoding (braille_mask_valid reports the raw value).

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: mask

Return Value character(len=3)