js file not Big Endian
"Script is not Big Endian"
I haven't heard a reference to big endian storage since my mainframe days. Do I need to convert my javascript to big endian? And if so how do I do that on an XP box?
"Script is not Big Endian"
I haven't heard a reference to big endian storage since my mainframe days. Do I need to convert my javascript to big endian? And if so how do I do that on an XP box?
Weird.
Bad Analog wrote:
Per the HD DVD spec, all JavaScript files must be UTF-16, Big Endian (with BOM). XML files can be UTF-8 or UTF-16 and should include which encoding they're using in the XML header.
Right. I usually use Notepad to convert one encoding format to others.
I've found Eclipse had 3 settings, 'UTF-16BE', 'UTF-16LE', and just 'UTF-16'.
For me, UTF-16BE didn't work, but setting it to just UTF-16 gave it the BOM it needed and worked fine.