summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-01-17 05:39:59 +0300
committerSaikari <[email protected]>2026-01-17 05:39:59 +0300
commitc570d73fd4e147b49d7bc302e62eee1529255e39 (patch)
tree01038558134fd3fcdabb29ab5451fa88df6b2e2b
parent453362a7fd5df7e83bd7d33c9c9254edae7619b9 (diff)
add utf8proc submod
-rw-r--r--.gitmodules3
m---------core/src/utf8proc/utf8proc0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 3f4327fcf..50058bdc1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,6 @@
[submodule "core/src/lz4/lz4"]
path = core/src/lz4/lz4
url = ../../xmake-io/xmake-core-lz4.git
+[submodule "core/src/utf8proc/utf8proc"]
+ path = core/src/utf8proc/utf8proc
+ url = https://github.com/JuliaStrings/utf8proc
diff --git a/core/src/utf8proc/utf8proc b/core/src/utf8proc/utf8proc
new file mode 160000
+Subproject e5e799221b45bbb90f5fdc5c69b6b8dfbf017e7