I wrote some javascript to test out in the iHD simulator. When I try to play the content I get the error:
"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

js file not Big Endian
TheBlackShadow
Weird.
sunny123
nitinmehta
mertkan65
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.
Angry Coder
We use Notepad on XP to convert the files. File / Save As / Encoding
Juliano.net
Right. I usually use Notepad to convert one encoding format to others.