Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for IDNA / Punycode Unicode encoding for host names.
Unicode version is natively stored, accessible via `URI.host`, however string and repr will present the IDNA-encoded versions. Tests TBD.
- Loading branch information
9c6fce3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's transparent and automatic, permitting both use/assignment of true Unicode strings, as well as use/assignment of already IDNA-encoded byte or Unicode strings.