add utf8proc so we can detect unicode char width

This commit is contained in:
Mitchell Hashimoto
2022-08-20 10:48:54 -07:00
parent e83262e48e
commit 32d96dd49b
6 changed files with 71 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -19,3 +19,6 @@
[submodule "vendor/libpng"]
path = vendor/libpng
url = https://github.com/glennrp/libpng.git
[submodule "vendor/utf8proc"]
path = vendor/utf8proc
url = https://github.com/JuliaStrings/utf8proc.git