From f0df0a6f2c53c2ff5a3a578705ec550e9e1abf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=A2=D0=B0=D1=80=D0=B0=D1=81=D0=BE=D0=B2?= Date: Thu, 5 Mar 2026 15:57:18 +0300 Subject: [PATCH 1/3] Updated README.md with add the atman/zg library. Added the atman/zg library for working with Unicode strings in Zig projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3bffa8..bd5acf0 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [jecolon/zigstr](https://github.com/jecolon/zigstr) - Zigstr is a UTF-8 string type for Zig programs. - [ziglibs/string-searching](https://github.com/ziglibs/string-searching) - String(not limited to []const u8)-searching algorithms in Zig. - [hwu1001/zig-string](https://github.com/hwu1001/zig-string) - A String struct made for Zig. +- [atman/zg](https://codeberg.org/atman/zg) - zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other. ### Parser Library From a242391461dcb6808d1eaa1e490820f810fc96b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=A2=D0=B0=D1=80=D0=B0=D1=81=D0=BE=D0=B2?= Date: Thu, 5 Mar 2026 16:06:39 +0300 Subject: [PATCH 2/3] Update README.md: fix errors in "String Processing" block. * Moved the atman/zg library to first position in list. * Added "The" to start of description. * Added "languages" to end of description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd5acf0..7c0a624 100644 --- a/README.md +++ b/README.md @@ -226,11 +226,11 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc ### String Processing +- [atman/zg](https://codeberg.org/atman/zg) - The zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other languages. - [JakubSzark/zig-string](https://github.com/JakubSzark/zig-string) - Zig String (A UTF-8 String Library). This library is a UTF-8 compatible string library for the Zig programming language. - [jecolon/zigstr](https://github.com/jecolon/zigstr) - Zigstr is a UTF-8 string type for Zig programs. - [ziglibs/string-searching](https://github.com/ziglibs/string-searching) - String(not limited to []const u8)-searching algorithms in Zig. - [hwu1001/zig-string](https://github.com/hwu1001/zig-string) - A String struct made for Zig. -- [atman/zg](https://codeberg.org/atman/zg) - zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other. ### Parser Library From c4acf016dbeff4cbd9a9e5a1940862a5eb0360a6 Mon Sep 17 00:00:00 2001 From: Jiacai Liu Date: Thu, 5 Mar 2026 21:11:41 +0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c0a624..e8b0e3a 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc ### String Processing -- [atman/zg](https://codeberg.org/atman/zg) - The zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other languages. +- [atman/zg](https://codeberg.org/atman/zg) - Provides Unicode text processing for Zig projects. It works correctly with the Russian language and other languages. - [JakubSzark/zig-string](https://github.com/JakubSzark/zig-string) - Zig String (A UTF-8 String Library). This library is a UTF-8 compatible string library for the Zig programming language. - [jecolon/zigstr](https://github.com/jecolon/zigstr) - Zigstr is a UTF-8 string type for Zig programs. - [ziglibs/string-searching](https://github.com/ziglibs/string-searching) - String(not limited to []const u8)-searching algorithms in Zig.