Toggle navigation
utf8-f
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
utf8_is_valid
Interface
4 statements
Source File
utf8-f_detail.f90
utf8_detail
utf8_is_valid
Contents
Module Procedures
utf8_is_valid_char
utf8_is_valid_string
public interface utf8_is_valid
Contents
Module Procedures
utf8_is_valid_char
utf8_is_valid_string
Module Procedures
public pure function
utf8_is_valid_char
(str) result(r)
check if the whole string is valid utf8 encoding
Arguments
Type
Intent
Optional
Attributes
Name
character(kind=c_char,len=*),
intent(in)
::
str
Return Value
logical
public pure function
utf8_is_valid_string
(str) result(r)
Arguments
Type
Intent
Optional
Attributes
Name
type(
utf8_string
),
intent(in)
::
str
Return Value
logical