Re: Socket C

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Keith Thompson

    Re: Socket C

    Thiago Dantas <thiagochapa@gm ail.comwrites:
    [...]
    yeah, doesn't make sense char in big or little endian. But if i trying
    to send a unicode char ( 2 bytes ) between java ( JVM is Big endian )
    and a C ( intel x86 - Little endian ). Should i convert to take the
    correct character, all right ?
    As several people have said several times, it depends on the protocol.

    --
    Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
    Nokia
    "We must do something. This is something. Therefore, we must do this."
    -- Antony Jay and Jonathan Lynn, "Yes Minister"
Working...