utf8_to_codepoint Function

public function utf8_to_codepoint(text, start_pos)

Convert UTF-8 sequence to Unicode codepoint

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: text
integer, intent(in) :: start_pos

Return Value integer