Replace vendored copy of utf8proc w/ submodule reference

The code is now on GitHub
This commit is contained in:
Max Brunsfeld 2015-12-27 13:25:46 -08:00
parent 1d57390eee
commit 3bec739202
6 changed files with 4 additions and 14419 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "externals/gyp"]
path = externals/gyp
url = https://github.com/svn2github/gyp.git
[submodule "externals/utf8proc"]
path = externals/utf8proc
url = https://github.com/julialang/utf8proc