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 badges from swift package index #6

Merged
merged 1 commit into from Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
@@ -1,5 +1,8 @@
# UnicodeURL

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fnysander%2FUnicodeURL%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/nysander/UnicodeURL)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fnysander%2FUnicodeURL%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/nysander/UnicodeURL)

UnicodeURL is package providing extensions for URL which will allow it to support Internationalized domain names in URLs.

This uses code from IDN SDK from Verisign, Inc. The entire IDN SDK source package can be found at [Verisign site]( https://www.verisign.com/en_US/channel-resources/domain-registry-products/idn-sdks/index.xhtml)
Expand Down