Thanks for your analysis, Bob I was quite sure that the saving is being done properly, but I know this a delicate ground, so I will look again. I've used Notepad++ because for sure I cannot trust my regular text editor, but Notepad++ seems to know how to save properly encoded files.
And both js files are working fine. It's the spt (Jmolscript) UTF8 file the one that fails. > So your real problem, I think, is that your text editor is not saving > the text in UTF-8. You have to fix that first. Notepad, for instance, > has a UTF-8 save option. Then ó becomes <C3> <B3> in the file instead > of <F3>. that's almost certainly the problem. I will check those, thanks OK, I have checked them with an HEX editor now: test-ISO.js has F3 test-UTF.js has C3 B3 test-ISO.spt has F3 test-UTF.spt has C3 B3 So that is correct. Maybe something with the server, although I am seeing the same both local and from the server (the time when the server was not properly configured I did see differences between local and server) I will try another server. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

