Is it possible to extract the bits from the UNICODE LE/BE character (vs 2015, c++, mfc)

  • Thread starter Thread starter satheesh_in
  • Start date Start date
S

satheesh_in

Guest
Hi,

I am using vs 2015, mfc, c++. (For my application) I have some unicode characters not sure about LE/BE. But as per my search i found LE characters up to 11,00000. So after this only BE stands. So i guess the unicode characters already i have that is LE. I guess. So LE stands for 2 bytes, is it. 3rd byte is '\n'.

======================

So if it is LE, is it possible to extract the bits from this little endian character from any function or any other way. Also is it possible to revert back those bits to the same unicode character

Another doubt how can i know programatically a character which belongs in Little endian or big endian.

======================

Regards,

Satheesh

Continue reading...
 
Back
Top