Hello, I would like to know more about unicode since I see it is appearing everywhere(in mock exams etc). What is unicode? How do I use it? Whats the use of it? Whats the difference between \u and \? Could some one please clearly explain the concept of unicode to me? Thanking You, Kamil
Kamil Dada
Ranch Hand
Joined: Aug 07, 2001
Posts: 43
posted
0
Umm could some one please help? Thank You, Kamil
Siobhan Murphy
Ranch Hand
Joined: Oct 19, 2000
Posts: 72
posted
0
Kamil there's actually a website all about unicode. The URL is: http://www.unicode.org Best wishes Siobh�n
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
The Unicode Standard defines a code set with a fixed-width, 16-bit character-encoding scheme. The advantage of Unicode is that characters from all the world's major scripts are uniformly supported. Thus it is possible to combine Arabic, French, japanese, and Russian characters in a single string. The Unicode Standard has assigned each character witin the Standard a unique code point. Overall the standard can support 1,112,064 unique characters. Since the total number of unique markings invented by humans since the beginning of time is estimated at less than 500,000, Unicode can support every language ever written in the history of mankind.