You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@ Software Group, the [Julia developers](http://julialang.org/) have
14
14
taken over development of utf8proc, since the original developers have
15
15
moved to other projects.
16
16
17
-
(utf8proc is used for basic Unicode
17
+
utf8proc is used for basic Unicode
18
18
support in the [Julia language](http://julialang.org/), and the Julia
19
-
developers became involved because they wanted to add Unicode 7 support and other features.)
19
+
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.
20
20
21
-
(The original utf8proc package also includes Ruby and PostgreSQL plug-ins.
22
-
We removed those from utf8proc in order to focus exclusively on the C
23
-
library.)
21
+
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.)
0 commit comments