:NUXI problem: /nuk'see pro'bl*m/ n. Refers to the problem of
transferring data between machines with differing byte-order. The
string `UNIX' might look like `NUXI' on a machine with a
different `byte sex' (e.g., when transferring data from a
{little-endian} to a {big-endian}, or vice-versa). See also
{middle-endian}, {swab}, and {bytesexual}.
-- The AI Hackers Dictionary
middle-endian adj.
Not big-endian or
little-endian. Used of perverse byte orders such as 3-4-1-2
or 2-1-4-3, occasionally found in the packed-decimal formats of
minicomputer manufacturers who shall remain nameless....