If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#502 [PATCH] font name encoding
Author:
tamachan

Date created:
Type: bug
Visibility: Everybody
Assigned to:
honfika

Labels: Fonts
State: closed 

DefineFont2Tag.java @ Line 217
- fontName = new String(sis.readBytesEx(fontNameLen));
+ fontName = new String(sis.readBytesEx(fontNameLen), "UTF-8");
In function DefineFont2Tag
Fixed in the following changeset:
http://code.google.com/p/asdec/source/detail?r=bd34339eda777d8ba5ca9e74de1c90ebd47cc5b3
State: new→upgraded