Re: cvs commit: fonts...

2002-11-29 Thread Jeremias Maerki
done.

On 29.11.2002 10:02:48 Jeremias Maerki wrote:
> 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) {


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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) {



Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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) {





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]