Unicode Character Set in Java
The Unicode stands for universal characters code, which contains all countries speaking languages character codes. Unicode character set has 65536 characters from 0 to 65536, so to store it 2 bytes of memory should be allocated. Unicode character set is used for developing internationalization (I18N) applications. The process of designing web applications in such a […]
Unicode Character Set in Java Read More »