Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8499073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:34:16+00:00 2026-06-11T00:34:16+00:00

IE9 is giving me an error that makes no sense on syntax. missing )

  • 0

IE9 is giving me an error that makes no sense on syntax. missing )

Previously it was Expected ; Previous SO post here

I don’t see random errors on any other Browser and my codes passes jslint.com and jshint.com

Want to verify there is no unicode that snuck into my code so I’m going to run it through regex and check for

[\x00-\x7F]

Is this a valid approach?

Related

http://en.wikipedia.org/wiki/ASCII

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T00:34:17+00:00Added an answer on June 11, 2026 at 12:34 am

    It was almost a decade ago since I developed in IE so my memory might be wrong, but I have a faint recollection that IE didn’t like control characters in the code (characters below 0x20, except for line feed, carriage return and tab).

    Depending on what editor you use, it is easy to insert control codes by pressing CTRL at the same time as one of @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ to get control code 0x00 – 0x1f.

    If you want to use a regexp to validate that you only have printable ASCII and allowed control characters you could use ^[\x09\x0a\x0d\x20-\x7e]*$. It allows tab (x09), line feed (x0a), carriage return (x0d) and all printable ASCII characters. Delete (x7f) is left out.

    If you want to detect if you have something that isn’t a printable ASCII or allowed control character, you can use [^\x09\x0a\x0d\x20-\x7f] to match for anything that isn’t tab, line feed, carriage return or printable ASCII.

    In Unicode there are some new line terminatos: next line (\u0085), Line Separator (\u2028) and Paragraph Separator (\u2029).

    Many internet protocols (and vanilla text files on Windows systems) expect the end of a line to be indicated with carriage return followed by line feed (\0x0d\0x0a), something that is inherited from the days of printers where you wanted to be able to just return the carriage without advancing to the next line, to be able to write underscore for example. It could also be used to make the text a little bolder by printing the same line again, or print in gray scales…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

IE9 has this ridiculous blue arrow that's rendered any time the browser window has
In IE9, the numeric keys of object properties are sorted and that results in
I've noticed that IE9, Firefox and Chrome all allow you to use arbitrary html
Magento checkout broken in IE9 and IE8 for that matter When testing our checkout
I am finding that in IE9 even for a simple act like clicking a
I have an mvc3 website that is not styling correctly in IE9 when I
IE8 is giving me the following error: Object doesn't support this property or method
I don't have IE9 to mess around with this, so it's a general question.
On IE8 (not on IE9 or Safari) I get an error this.text_array is null
This page says that IE9 and Opera 11.6 support the context-menu cursor on Windows,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.