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

IDNA: Errors - Allow people to get specific error in basic values #794

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 17, 2022

  1. IDNA: Errors - Allow people to get specific error in basic values

    When for example I wanted to figure out whats wrong with the unicode string I tried to convert to ASCII
    I could before this get only string from of it becuase of the implemented Debug for Errors struct but thats very inconvinient trying to parse a string where there is the possibility of accessing the basic values themselves.
    This commit allows people to actually get the basic values and based on that decide what to do next in their code.
    Arisa-Snowbell committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    99326c5 View commit details
    Browse the repository at this point in the history