aui / font-spider

Smart webfont compression and format conversion tool
http://font-spider.org
MIT License
5.02k stars 402 forks source link

make sure the space is included in the glyphs #197

Open moesoha opened 3 years ago

moesoha commented 3 years ago

The spider did not include the space (0x20) as a char, but that is a very important glyph for typesetting.

I can see a char "#" in the code to make sure the text is not empty, so I have just changed || '#' to + ' ' to solve the two problems simultaneously.