Update unicode function to allow for ligatures
Compare changes
@@ -8,10 +8,10 @@ use \SvgGenerator as SVG;
The code uses this unicode function in two places; first to read the font and create a map of glyphs, and secondly to parse a string into glyphs.
Fixes #7 (closed)