Results 1 to 13 of 13
- 02-01-2012, 10:48 AM #1
Member
- Join Date
- Feb 2012
- Posts
- 19
- Rep Power
- 0
- 02-01-2012, 11:04 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,467
- Rep Power
- 16
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
Your Google-fu is weak...
From the API.
Then a Google on 'unicode category nd' gives us this page at the top.
- 02-01-2012, 12:26 PM #3
Member
- Join Date
- Feb 2012
- Posts
- 19
- Rep Power
- 0
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
so Character.DECIMAL_DIGIT_NUMBER ==9 or digits from 0-9?
- 02-01-2012, 12:42 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 02-01-2012, 12:46 PM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,467
- Rep Power
- 16
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
It's a constant that is used to identify whether a Unicode Character is one of the ND characters (those listed in the second link).
Those are the characters representing the integers 0-9, in whatever language.
It is returned from the Character.getType() method.
- 02-01-2012, 12:48 PM #6
Member
- Join Date
- Feb 2012
- Posts
- 19
- Rep Power
- 0
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
ASII? or ASCII? I'm kinda newbie.
thankyou sir.
- 02-01-2012, 01:29 PM #7
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 02-01-2012, 02:08 PM #8
Moderator
- Join Date
- Apr 2009
- Posts
- 10,467
- Rep Power
- 16
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
I have told you not to use a hammer for typing...
- 02-01-2012, 02:30 PM #9
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
I didn't; I used an axe. b.t.w. I dropped a bit of my espresso in my new laptop and now they're repairing the stupid thing; I hope it's back by the end of the week because this old thing is sooo slow ...
kind regards,
Jos
ps. I bet it can't stand a drop of Grolsch either ... ;-)When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 02-01-2012, 03:28 PM #10
Moderator
- Join Date
- Apr 2009
- Posts
- 10,467
- Rep Power
- 16
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
They don't make 'em like they used to.
- 02-01-2012, 03:51 PM #11
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
I used to work at a university help desk (shudder), and one time I spent 45 minutes troubleshooting with a professor over the phone because her laptop wouldn't turn on. Made sure it was plugged in (that was the solution to 75% of the calls from professors, kid you not), took the battery out and put it back in, etc. She refused to just bring it in, and when I asked why, she said... "I spilled some soda into it, and it's all wet.. you don't think that has anything to do with it not turning on, do you?"
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 02-01-2012, 03:58 PM #12
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: what is the use of Character.DECIMAL_DIGIT_NUMBER?
I know; I used to have an old IBM keyboard; its keys had a decent *click* *clock* sound when you pressed and released them. My old dog once barfed on it and the keyboard survived it (the dog did too). Those laptop keyboards nowadays are so fragile; even if you point at them from a distance they look if they might break. They even start to malfunction if you only think of banging those tiny little plastic keys ...
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 02-01-2012, 09:22 PM #13
Similar Threads
-
How to get the next character
By akabir77 in forum New To JavaReplies: 3Last Post: 10-24-2011, 06:22 PM -
Bounding box for each character
By nguyenq in forum Java 2DReplies: 2Last Post: 09-11-2011, 05:24 AM -
What is the character set used by java?
By arnab321 in forum New To JavaReplies: 3Last Post: 07-10-2009, 10:34 AM -
Read from a certain character to a certain character
By blackstormattack in forum New To JavaReplies: 0Last Post: 03-16-2009, 11:36 AM -
reading text character by character
By bugger in forum New To JavaReplies: 2Last Post: 11-09-2007, 08:54 PM


LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks