This commit is contained in:
mgabdev
2020-05-12 00:55:38 -04:00
parent bb0182c1e1
commit 2fc18e41e1
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ function padLeft(str, num) {
}
exports.unicodeToUnifiedName = (str) => {
if (!str) return '';
let output = '';
for (let i = 0; i < str.length; i += 2) {
if (i > 0) {