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

H5 string attributes should mimic what blimpy hdf_writer creates #54

Open
texadactyl opened this issue Feb 1, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@texadactyl
Copy link
Contributor

Change

      DATATYPE  H5T_STRING {
         STRSIZE <strlen of a char * variable>;
         STRPAD H5T_STR_NULLTERM;
         CSET H5T_CSET_ASCII;
         CTYPE H5T_C_S1;
      }

to

         DATATYPE  H5T_STRING {
            STRSIZE H5T_VARIABLE;
            STRPAD H5T_STR_NULLTERM;
            CSET H5T_CSET_UTF8;
            CTYPE H5T_C_S1;
         }

@texadactyl texadactyl added the bug Something isn't working label Feb 1, 2022
@texadactyl texadactyl self-assigned this Feb 1, 2022
@texadactyl texadactyl added enhancement New feature or request and removed bug Something isn't working labels Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant