Hi! I have javascript files (of CKEditor) which have 3 service bytes of UTF-8 format in the beginning (bytes are EF BB BF). Also I have my HTML files in Win1251 codepage.
I have the following tag in the HEAD: <meta content="text/html; charset=windows-1251" http-equiv="Content- Type"> Also I am including javascripts with <script charset="UTF-8" src="ckeditor/ckeditor.js" type="text/ javascript"></script> which I am thinking is correct. Despite this, when I am looking at my HTML in Firebug's tab, I see 3 garbage symbols in the beginning of each included js. One of my scripts is not working, so I am suspecting this is responsible for it. So, my questions are: Did I set codepages correctly? And if I set codepages correctly, will I observe absense of garbage symbols? Can garbage symbols prevent later scripts from execution? Thanks. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
