to_unicode Interface

public interface to_unicode

Convert a ‘DEFAULT’ kind character input to ‘ISO_10646’ kind and return it


Module Procedures

private pure function to_uni(str)

Author
Izaak Beekman

Convert string to unicode (CDK to CK).

Arguments

Type IntentOptional Attributes Name
character(kind=CDK, len=*), intent(in) :: str

Return Value character(kind=CK, len=len)

private pure function to_uni_vec(str)

Author
Izaak Beekman

Convert array of strings to unicode (CDK to CK).

Read more…

Arguments

Type IntentOptional Attributes Name
character(kind=CDK, len=*), intent(in), dimension(:) :: str

Return Value character(kind=CK, len=len), dimension(size(str))