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

Add reference to RFC 3492 in README #1919

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<p align="center">
<img src="res/at-logo.png">
</p>
Expand Down Expand Up @@ -234,3 +233,9 @@ We welcome contributions. See [how to contribute](.github/CONTRIBUTING.md).
## Code of Conduct

See [our code of conduct](CODE_OF_CONDUCT.md).

## References

RFC 3492: Punycode, a Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA). Punycode uniquely and reversibly transforms a Unicode string into an ASCII string. This is relevant to the repository as it provides a standardized way to handle internationalized domain names.

[Read RFC 3492](https://www.rfc-editor.org/rfc/rfc3492.txt)