public interface to_unicode
Module Procedures
private pure function to_uni(str)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(kind=CDK,len=*), |
intent(in) |
|
| :: |
str | |
Return Value character(kind=CK,len=len(str))
private pure function to_uni_vec(str)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(kind=CDK,len=*), |
intent(in), |
|
dimension(:) | :: |
str | |
Return Value character(kind=CK,len=len(str)),
dimension(size(str))