Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Starting memory location for character

Former Member
0 Kudos

hi all,

I have a doubt regarding the starting memory allocation of character in Unicode system. If my Application server is UTF16 then starting memory allocation of Character should start with number divisible by 4 or 2???

Thanks

1 REPLY 1

Former Member
0 Kudos

Hi Ankit,

UTF-16 means 16-bit Encoding Character in Unicode.

that is 2 bytes.

So, one Character in UTF-16 is represented by 2bytes

So, Character will start with number divisible by 2.

Thanks and Regards,

Jayanth.C