Commit 88a8a04
committed
Unicode
- Unicode supported by Gfortran only, but gracefully handles Intel
- Currently this will build, run and pass the tests with gfortran 4.9.2_1
- Actual deferred length character arguments corresponding to `intent(out)`
dummy arguments _**MUST**_ be of kind `CK` to ensure proper functionality
- All `intent(in)` character arguments to the public API may be of kind
'DEFAULT' or CK
- If unicode is enabled, files use utf-8 encoding
- Fixes #79 : API discrepancy between get methods and get vec methods.
Now the path argument is optional for both1 parent 0f97f67 commit 88a8a04
File tree
5 files changed
+2102
-566
lines changed- src
- tests
5 files changed
+2102
-566
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments