str_ucs4 Interface

public interface str_ucs4

Convert string of any kind to UCS4 string.

Calls

interface~~str_ucs4~~CallsGraph interface~str_ucs4 str_ucs4 proc~str_ucs4_default str_ucs4_default interface~str_ucs4->proc~str_ucs4_default

Contents


Module Procedures

private pure function str_ucs4_default(input) result(output)

Convert string of default kind to UCS4 string.

Read more…

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: input

Input string of default kind.

Return Value character(kind=UCS4,len=:),allocatable

Output string of UCS4 kind.