Swiftpack.co - YOCKOW/SwiftBootstring as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by YOCKOW.
YOCKOW/SwiftBootstring 1.1.0
An implementation of Bootstring in Swift.
⭐️ 0
🕓 2 years ago
.package(url: "https://github.com/YOCKOW/SwiftBootstring.git", from: "1.1.0")

What is SwiftBootstring?

SwiftBootstring is an implementaion of Bootstring in Swift. It was originally written as a part of SwiftCGIResponder.

What is Bootstring?

Bootstring is a string encoding methods.
One of instances of Bootstring is Punycode, that is used to encode internationalized domain name(IDN). Please refer to RFC 3492 for details.

Requirements

  • Swift 5 (including compatibility mode for Swift 4 or 4.2)
  • macOS or Linux

Usage

import Bootstring

print("MajiでKoiする5秒前".addingPunycodeEncoding!)
// -> MajiKoi5-783gue6qz075azm5e

print("3B-ww4c5e180e575a65lsy2b".removingPunycodeEncoding!)
// -> 3年B組金八先生

License

MIT License.
See "LICENSE.txt" for more information.

GitHub

link
Stars: 0
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.1.0
1 year ago

What's Changed

Full Changelog: https://github.com/YOCKOW/SwiftBootstring/compare/1.0.2...1.1.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics