netcdf-c/.github
Dennis Heimbigner 211538cf25 Modify ncdump to print char-valued variables as utf8.
re: Issue https://github.com/Unidata/netcdf-c/issues/2916

Currently, ncdump prints char-valued variables as a mix
of ascii and octal characters. The octal format is used
for non-printable ascii character values.

This PR changes this to print the char variable values
as raw binary. This means in practice that utf-8 tags
are properly interpreted and printed as utf-8.
2024-05-07 10:36:14 -06:00
..
workflows Modify ncdump to print char-valued variables as utf8. 2024-05-07 10:36:14 -06:00
CODE_OF_CONDUCT.md Moved code of conduct and contributing to .github folder. 2019-10-08 10:27:32 -06:00
CODEOWNERS Adopted codeowners file from metpy project; this is a technical ownership and is not asserting ownership of code/copyright. Any code that does not have an obvious owner (from the perspective of github) will default to @WardF and @DennisHeimbigner 2018-03-16 14:46:08 -06:00
CONTRIBUTING.md Moved code of conduct and contributing to .github folder. 2019-10-08 10:27:32 -06:00
ISSUE_TEMPLATE.md