You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
I'm just having a look at this package, and when I run your test program on a "real" data file, I immediately run into problems with unicode characters (I believe this is the problem). Perhaps someone familiar with the code could have a try reading this file: https://www.ers.usda.gov/data-products/farm-income-and-wealth-statistics.aspx
Cheers,
Tom
The text was updated successfully, but these errors were encountered:
The library does use default character variables, so it's not really accounting for unicode. I think it would have to be updated so that the character kind is user-specified (not all Fortran compilers currently support unicode).
Hi:
I'm just having a look at this package, and when I run your test program on a "real" data file, I immediately run into problems with unicode characters (I believe this is the problem). Perhaps someone familiar with the code could have a try reading this file: https://www.ers.usda.gov/data-products/farm-income-and-wealth-statistics.aspx
Cheers,
Tom
The text was updated successfully, but these errors were encountered: