forbear project, definition of parametric kinds.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | ASCII | = | selected_char_kind('default') | ASCII character set kind. |
| integer, | public, | parameter | :: | UCS4 | = | selected_char_kind('default') | Unicode character set kind. |
Convert string of any kind to UCS4 string.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(*), | intent(in) | :: | input | Input string of any kind. |
Output string of UCS4 kind.