Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unicode #29

Open
tfoxrutherford opened this issue Feb 20, 2023 · 1 comment
Open

Support unicode #29

tfoxrutherford opened this issue Feb 20, 2023 · 1 comment

Comments

@tfoxrutherford
Copy link

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

@jacobwilliams
Copy link
Owner

What are the problems you see?

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).

@jacobwilliams jacobwilliams changed the title Test with a "real" dataset? Support unicode Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants