| Author |
why java is using unicode characters?
|
ashley kumar
Greenhorn
Joined: Feb 24, 2006
Posts: 10
|
|
Why java is using Unicode characters? What are the advantages or significance in using it? Please explain me.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24049
|
|
Because 8-bit characters can only distinguish 256 characters -- not enough to represent all the alphabets used on Earth. Here is a nice primer on Unicode and internationalization by Joel Spolsky.
|
[Jess in Action][AskingGoodQuestions]
|
 |
ashley kumar
Greenhorn
Joined: Feb 24, 2006
Posts: 10
|
|
|
Thanks a lot for your explanation
|
 |
 |
|
|
subject: why java is using unicode characters?
|
|
|