10 messages in com.googlegroups.android-developers[android-developers] Re: About negati...
FromSent OnAttachments
My27 Apr 2008 14:18 
David Given27 Apr 2008 15:02 
Romain Guy27 Apr 2008 15:04 
Romain Guy27 Apr 2008 15:05 
David Given27 Apr 2008 15:08 
Romain Guy27 Apr 2008 15:11 
Ahmet A. Akin27 Apr 2008 18:34 
Adriano Crestani28 Apr 2008 08:41 
Digit28 Apr 2008 08:56 
David Given28 Apr 2008 09:13 
Subject:[android-developers] Re: About negative byte 0xC0 = -61 != 0xC0
From:David Given (dg@cowlark.com)
Date:04/27/2008 03:08:07 PM
List:com.googlegroups.android-developers

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)

Romain Guy wrote:

All Java types are unsigned (except char). Yes, that's dumb.

No, all Java types are *signed* except char.

D'oh! Indeed so. I seem to have missed a ! from the beginning of that statement.

It's still dumb, though.