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

Modify ncdump to print char-valued variables as utf8. #2921

Merged
merged 9 commits into from
May 7, 2024

Commits on Apr 17, 2024

  1. debug1

    DennisHeimbigner committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a669cb7 View commit details
    Browse the repository at this point in the history
  2. test1

    DennisHeimbigner committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    55d14d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. ckp

    DennisHeimbigner committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    042dc4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d95d70 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    fa882d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. revert

    DennisHeimbigner committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f8976ad View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    9a8dfcf View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    e31e08f View commit details
    Browse the repository at this point in the history
  2. Modify ncdump to print char-valued variables as utf8.

    re: Issue Unidata#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.
    DennisHeimbigner committed May 7, 2024
    Configuration menu
    Copy the full SHA
    211538c View commit details
    Browse the repository at this point in the history