utf8_is_valid Interface

public interface utf8_is_valid

Contents


Module Procedures

public pure function utf8_is_valid_char(str) result(r)

check if the whole string is valid utf8 encoding

Arguments

TypeIntentOptionalAttributesName
character(kind=c_char,len=*), intent(in) :: str

Return Value logical

public pure function utf8_is_valid_string(str) result(r)

Arguments

TypeIntentOptionalAttributesName
type(utf8_string), intent(in) :: str

Return Value logical