Skip to main content

Use of Unicode in Application

Unicode is getting more acceptance

Unicode (Universal Coded Character Set) is widely used on all the platforms. Unicode data is stored in multibyte pattern. Though all the operating systems supports UTF-8, some operating system supports UTF-16 and UTF-32 along with. UTF stands for Unicode Transformation Format. The number after UTF denote the bits block (Byte) to represent a character. One to four Bytes are used. For Devanagari script, code point U+0900 to U+097F are used.

Indian languages are coming on the common platform

For Devanagari character Om code point is U+0950. How it is stored in UTF-8 is interesting one.
First Step – Convert it into simple binary number
0       9       5       0
0000 1001 0101 0000

Second Step – Make the group of Six from right
0000 1001 0101 0000
0000 100101 010000

Third Step – if the group is of six then concat 10 to left and for group of four concat 1110
11100000 10100101 10010000
1110 0000 1010 0101 1001 0000
Fourth Step – convert it to hex
E0 A5 90
Binary value : 11100000-10100101-10010000
Hex value     : 0xE0 0xA5 0x90

For UTF-8,Devanagari script needs three bytes to store one character.
Default unicode is UTF-8, so it better to use UTF-8 to store data.

Popular posts from this blog

India's Top Sugar Companies by Net Profit

1. Balrampur Chini Mill http://www.chini.com 2. Dalmia Sugar 3. Dwarikesh Sugar http://www.dwarikesh.com 4. DCM Shriram http://www.dcmshriram.com/sugar

Use of Professional Business E-mail for official communication

Use of Professional Business E-mail for official communication E-Mail everybody’s cup of tea Communication between the organizations is very much different in many sense. Organization conveys official issues related to important matters. It is difficult for somebody to authenticate the E-Mail addresses. As personal e-mail addresses are maintained by their respective sites, it is difficult to control its use. Many of times when somebody joins the organization or leaves from the organization, it becomes uneasy to communicate. Business E-Mail makes the sense Domain based e-mail services are used by many organizations for office communication.e.g. if some organization has domain www.swapp.co.in   then email address would be admin@swapp.co.in , purchase@swapp.co.in, services@swapp.co.in, sandeep.nigade@swapp.co.in,etc. Storage size can be increased accordingly and user management is controlled by IT Dept. Mails are in encrypted format, so no need of worry. So on...

Sugar Factory IT Progress

         Nine days Decade Ninety            In the decade of 1990, computerization of sugar factories started in Maharashtra and other states of India. Offline data entry was possible for many factories. IT department was controlling the working, software maintenance, networking and hardware. Everybody used to come and work there. Computerization was limited to cane billing, H&T and time office. GIST was used for Regional Fonts. Operating system was mainly DOS and database was Foxpro. 21st Century started with the fear of Y2K In the decade of 2000, computerization changed the working pattern. Now people realized for the expansion of scope of IT work. Now Online working started at Weighbridge. Use of Electronics weigh bridge were installed. 24 X 7 IT workload in crushing season. Right now, some of the modules got the attention.On Premises software ERP started the implementations on the Platform of...