-----------------------------------------------------------
  Release Notes for Transform SWF for Java, Version 2.3.3
-----------------------------------------------------------

This is a maintenance release with the following changes:

Bug fixes:

  Ticket #123. Using characters with high value character codes causes errors.
  Ticket #124. AWT Fonts on Mac OSX are offset.
	
-------------
  Bug Fixes  
-------------

Ticket #123. Using characters with high value character codes causes errors.

An array of shorts was used to store character codes. Since java only supports 
signed integers the indices used from the table were not masked to avoid sign 
extension and so negative values for the indices into other tables were 
generated causing exceptions to be thrown.

Ticket #124. AWT Fonts on Mac OSX are offset.

A translation is applied to the Glyphs decoded from an AWT Font. This offset
changed from JDK 1.4 and JDK 1.5 so appears to be implementation dependent.
Since Apple are responsible for maintaining Java on the Mac platform the 
offset was not needed for JDK 1.5+ and so was incorrectly applied.

