UNICODE LETTERS (query related to JavaScript)

Discussion in 'JavaScript and AJAX' started by technosavvy, Mar 28, 2008.

  1. technosavvy

    technosavvy New Member

    Joined:
    Jan 2, 2008
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    0
    ECMAv262 (in section 7.6) says:
    A token is identified as an identifier if it consists of some combination of '$', '_', Unicode Letter ,Unicode Escape sequence and Unicode Digit..(i know this is not the complete and exact statement..I just want to talk about Unicode Letter right now)

    Now, the Unicode Letter contains Uppercase, Lowercase, Titlecase, Modifier and Other letters...and as far as i know that there is no sequence that these letters fall in ...then how is a JavaScript interpreter able to know that the character passed is part of the accepted list of characters...

    really looking forward to know how this is handled...!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice