Hi, Using swfdump on some swf file I get an exception like described in this issue https://issues.apache.org/jira/browse/FLEX-34451
As I have understood a glyph that has a code 0 is equivalent to the NULL character. And this is where a NullPointerException is raised SwfxPrinter. What the SWF specification says about having a null code for glyph? How the Flash Player behaves if it find such code when parsing it? Is there anything that could be done when generating a SWF file to avoid such glyph generation? Thanks