Use punycode to parse unicode characters correctly

This commit is contained in:
MoyuScript
2014-09-14 19:32:26 +03:00
parent 489be4376b
commit 733bd13a18
11 changed files with 661 additions and 17 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "src/fabric"]
path = src/fabric
url = https://github.com/kangax/fabric.js.git
[submodule "src/punycode"]
path = src/punycode
url = https://github.com/bestiejs/punycode.js.git