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
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.
Andy Pennell MSFT
Posted: HD DVD Interactivity Authoring, js file not Big Endian
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.
numberonesuperguy
Posted: HD DVD Interactivity Authoring, js file not Big Endian