We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The focus of the table would be to show the potential difference between a normalized and a non-normalized URL.
.host
räksmörgås.макдональдс.рф
xn--rksmrgs-5wao1o.xn--80aalb1aicli8a5i.xn--p1ai
Original discussion in https://github.com/twingly/twingly-url/pull/90/files#r78955259
The text was updated successfully, but these errors were encountered:
I think it's kinda good that they are above/below each other, that's useful when you compare.
url.host # => "räksmörgås.макдональдс.рф" url.normalized.host # => "xn--rksmrgs-5wao1o.xn--80aalb1aicli8a5i.xn--p1ai"
Using a table I think we risk that a long string could be line broken (eh, is that how you say it? :))?
Sorry, something went wrong.
we risk that a long string could be line broken (eh, is that how you say it? :))?
hmm, maybe "wrapping", a long string would wrap
No branches or pull requests
The focus of the table would be to show the potential difference between a normalized and a non-normalized URL.
.host
räksmörgås.макдональдс.рф
xn--rksmrgs-5wao1o.xn--80aalb1aicli8a5i.xn--p1ai
Original discussion in https://github.com/twingly/twingly-url/pull/90/files#r78955259
The text was updated successfully, but these errors were encountered: