From 87483df6d3cecc0b566818e32bbc78aca11c693d Mon Sep 17 00:00:00 2001 From: Benedek Kozma Date: Thu, 2 Apr 2026 18:25:08 +0200 Subject: [PATCH 1/2] Add link to Swift wrapper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a7ba2..17b083c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ utf8proc is used for basic Unicode support in the [Julia language](http://julialang.org/), and the Julia developers became involved because they wanted to add Unicode 7 support and other features; it is now regularly updated to keep up with recent Unicode releases. -There are also utf8proc wrappers for [Ruby](https://www.ruby-toolbox.com/projects/utf8_proc) and [Rust](https://docs.rs/utf8proc/latest/utf8proc/) ([github](https://github.com/Techcable/utf8proc.rs)). (The original utf8proc package also included PostgreSQL bindings.) +There are also utf8proc wrappers for [Ruby](https://www.ruby-toolbox.com/projects/utf8_proc), [Rust](https://docs.rs/utf8proc/latest/utf8proc/) ([github](https://github.com/Techcable/utf8proc.rs)) and [Swift](https://codeberg.org/Cyberbeni/swift-utf8proc). (The original utf8proc package also included PostgreSQL bindings.) The utf8proc package is licensed under the free/open-source [MIT "expat" From bc05309acad375d0cb0cb997876c1cfe9fbd67a9 Mon Sep 17 00:00:00 2001 From: Benedek Kozma Date: Thu, 2 Apr 2026 19:40:57 +0200 Subject: [PATCH 2/2] Add comma Co-authored-by: Steven G. Johnson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b083c..5db7b8d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ utf8proc is used for basic Unicode support in the [Julia language](http://julialang.org/), and the Julia developers became involved because they wanted to add Unicode 7 support and other features; it is now regularly updated to keep up with recent Unicode releases. -There are also utf8proc wrappers for [Ruby](https://www.ruby-toolbox.com/projects/utf8_proc), [Rust](https://docs.rs/utf8proc/latest/utf8proc/) ([github](https://github.com/Techcable/utf8proc.rs)) and [Swift](https://codeberg.org/Cyberbeni/swift-utf8proc). (The original utf8proc package also included PostgreSQL bindings.) +There are also utf8proc wrappers for [Ruby](https://www.ruby-toolbox.com/projects/utf8_proc), [Rust](https://docs.rs/utf8proc/latest/utf8proc/) ([github](https://github.com/Techcable/utf8proc.rs)), and [Swift](https://codeberg.org/Cyberbeni/swift-utf8proc). (The original utf8proc package also included PostgreSQL bindings.) The utf8proc package is licensed under the free/open-source [MIT "expat"