please help me with my project
what is the code for java encoder from ascii to uncode
Collapse
X
-
Originally posted by heat84ASCII is 7 bit and Unicode is 16 bit . When converting ASCII to Unicode , you just add 9 significant bits (zeros in this case ) to the 7 already existing bits. Can you try to do code for that , then help will inevitably come from that point.
Japanese and Korean take up a lot of space).
The so called 'page 0' takes up 16 bits by itself. see http://www.unicode.org
kind regards,
JosComment
Comment