swift-ietf/swift-rfc-5890
IDNA terminology and the domain-name framework defined in RFC 5890.
Standard Reference
- RFC: 5890
- Title: Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework
Installation
Add the package to your Package.swift dependencies:
dependencies: [
.package(url: "https://github.com/swift-ietf/swift-rfc-5890.git", branch: "main")
]Add the product to a target that needs it:
.target(
name: "YourTarget",
dependencies: [
.product(name: "RFC 5890", package: "swift-rfc-5890")
]
)License
Apache 2.0. See LICENSE.md.
Package Metadata
Repository: swift-ietf/swift-rfc-5890
Default branch: main
README: README.md