mirror of https://github.com/actions/toolkit
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).pull/1919/head
parent
adb9c4a7f4
commit
68d0223bd6
|
@ -1,4 +1,3 @@
|
|||
|
||||
<p align="center">
|
||||
<img src="res/at-logo.png">
|
||||
</p>
|
||||
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue