purplebamboo / font-carrier

font-carrier是一个功能强大的字体操作库,使用它你可以随心所欲的操作字体。让你可以在svg的维度改造字体的展现形状。
http://purplebamboo.github.io/font-carrier/
MIT License
1.61k stars 194 forks source link

Unicode conversion issues. #41

Open aolsx opened 4 years ago

aolsx commented 4 years ago

Some icon fonts unicode is

\􏀀 \􏀁 ...

https://github.com/purplebamboo/font-carrier/blob/4713100083d7e68aeb4f0300a8082b60722acb3d/lib/helper/helper.js#L144

Duplicate after conversion!

\􏀀 10f000 1110016 >>> \�\� \􏀁 10f001 1110017 >>> \�\� \􏐀 10f400 1111040 >>> \�\�

Causes font objects to be overwritten!

ucode 超出最大上限的值解析错误,字形对象被覆盖。

fa icon fa-duotone-900