Re: cvs commit: fonts...

2002-11-29 Thread Keiron Liddle
Should we put the fix for the ArrayIndexOutOfBoundsException into the branch. Namely line 224 in TTFFile (HEAD): // the last character 65535 = .notdef // may have a range offset if (cmapRangeOffsets[i] != 0 j != 65535) {

Re: cvs commit: fonts...

2002-11-29 Thread Jeremias Maerki
will do. On 29.11.2002 09:57:05 Keiron Liddle wrote: Should we put the fix for the ArrayIndexOutOfBoundsException into the branch. Namely line 224 in TTFFile (HEAD): // the last character 65535 = .notdef // may have a range offset if (cmapRangeOffsets[i] != 0 j != 65535) {