[jQuery] Re: strange "bytes marker" at head of jquery.blockUI.js?

2008-10-19 Thread Mike Alsup
You're right, Ricardo. The file was saved in UTF-8. Mike On Oct 19, 12:14 am, ricardobeat <[EMAIL PROTECTED]> wrote: > It's probably the Unicode 'BOM' (byte order marker). It creeps in when > you save utf-8 files through Notepad or some other editors. Most HTML > editors either show it visuall

[jQuery] Re: strange "bytes marker" at head of jquery.blockUI.js?

2008-10-18 Thread Jeffrey 'jf' Lim
On Sun, Oct 19, 2008 at 3:33 AM, Mike Alsup <[EMAIL PROTECTED]> wrote: > >> > Definitely an accident. In what version do you see this? >> >> in the current version? 2.09. And 2.08 as well (which I have a copy of). >> > > I don't see any problem with the original file: > > http://www.malsup.com/jq

[jQuery] Re: strange "bytes marker" at head of jquery.blockUI.js?

2008-10-18 Thread ricardobeat
It's probably the Unicode 'BOM' (byte order marker). It creeps in when you save utf-8 files through Notepad or some other editors. Most HTML editors either show it visually at the beginning of the file allowing you to delete it manually or have an option to remove it ('Remove BOM signature' or som

[jQuery] Re: strange "bytes marker" at head of jquery.blockUI.js?

2008-10-18 Thread Mike Alsup
> > Definitely an accident.  In what version do you see this? > > in the current version? 2.09. And 2.08 as well (which I have a copy of). > I don't see any problem with the original file: http://www.malsup.com/jquery/block/jquery.blockUI.js?v2.09 I think it must just be your copy? Mike

[jQuery] Re: strange "bytes marker" at head of jquery.blockUI.js?

2008-10-18 Thread Jeffrey 'jf' Lim
On Fri, Oct 17, 2008 at 7:39 PM, Mike Alsup <[EMAIL PROTECTED]> wrote: > >> not too sure if anybody noticed this (I did a cursory search through >> the archives - but didnt find anything), but what is with those first >> 3 non-ascii bytes at the head of the js? (0xef, 0xbb, 0xbf) Are they >> suppo

[jQuery] Re: strange "bytes marker" at head of jquery.blockUI.js?

2008-10-17 Thread Mike Alsup
> not too sure if anybody noticed this (I did a cursory search through > the archives - but didnt find anything), but what is with those first > 3 non-ascii bytes at the head of the js? (0xef, 0xbb, 0xbf) Are they > supposed to mean or do anything? They arent present in the old > version, btw > (