From 68d0223bd6ba918285f29dfe5237f691f882c997 Mon Sep 17 00:00:00 2001 From: Jenibabi1984 Date: Sun, 29 Dec 2024 01:14:47 -0700 Subject: [PATCH] Add reference to RFC 3492 in README Fixes #1917 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/toolkit/issues/1917?shareId=XXXX-XXXX-XXXX-XXXX). --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 686d07a5..6d81b3b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

@@ -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)