Issue 2015: BOM processing error in the middle of a script with UTF-8  
encoding
http://code.google.com/p/chromium/issues/detail?id=2015

New issue report by KorsakovNN:
Product Version      : 0.2.149.29
URLs (if applicable) :
Other browsers tested:
      Safari 3: ??
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?
1. Create html page that has link to javascript file.
2. Javascript file must be in UTF-8 encoding and must contain BOM (byte
order mask - EF BB BF) in the middle of the file.
3. Open html page that reads and executes that javascript.

What is the expected result?
Javascript code should be successfully executed.

What happens instead?
JavaScript console shows errors like: "Uncaught SyntaxError: Unexpected
token ILLEGAL".

Removing BOM from the middle of a file isn't a solution because broken
files isn't accessible by user.




Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Unknown

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to