paranoid360
Joined: Feb 26, 2009
Messages: 1
Offline
|
hi,
I would like to use this library, at japan.
it is amazing.
but , when in decoding flash4/flashLite files
SWFReader outputs are garbled.
I digged your codes, and found problem.
InputbyteStream::readBytes handles byte data as signed byte(-127-127).
Shiftjis character code set uses unsigned byte. (0?255)
so almost of characters are garbled, in flash4/flash Lite cases.
I'll fix it self.
regards
|