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

use a visually more appealing encoding #261

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2023

  1. use a visually more appealing encoding

    This commit uses Unidecode to translate
    unicode characters into the ASCII-range
    before employing any dataverse-specific
    character quotations.
    
    If unidecode returns an empty string,
    the name "__not_representable_<X>" is
    used, where "<X>" is the length of the
    original string.
    christian-monch committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e05704a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344c8a3 View commit details
    Browse the repository at this point in the history
  3. improve mangle_path tests

    This commit ensures that mangle_path
    is tested with "printable" unicode
    characters, e.g. `ä`. that will be
    converted into ascii characters by
    `unidecode()`.
    christian-monch committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ad77bbb View commit details
    Browse the repository at this point in the history