
January 24th, 2013, 07:24 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 13
Time spent in forums: 1 h 42 m 50 sec
Reputation Power: 0
|
|
|
Android Character.getNumericValue returns -1
I'm programming for Android and I'm using Character.getNumericValue but it's returning negative for space (' ', ASCII #31) and the exclamation mark ('!', ASCII #33) and likely the others that I haven't checked yet. Why isn't it returning the proper ASCII value?
|