#36 ✓resolved
Thatcher

FAIL (84) [selector] ID selector using UTF8

Reported by Thatcher | February 17th, 2009 @ 06:15 AM | in 1.0 Release

Related

FAIL (84) [selector] ID selector using UTF8 (#å?°åŒ—TaÌ?ibeÌŒi) expected: [ ] result: [ ] FAIL (85) [selector] Multiple ID selectors using UTF8 (#å?°åŒ—TaÌ?ibeÌŒi, #å?°åŒ—) expected: [ , ] result: [ ] FAIL (86) [selector] Descendant ID selector using UTF8 (div #å?°åŒ—) expected: [ ] result: [ ] FAIL (87) [selector] Child ID selector using UTF8 (form > #å?°åŒ—) expected: [ ] result: [ ]

Comments and changes to this ticket

  • Thatcher

    Thatcher February 17th, 2009 @ 06:16 AM

    More related failures

    • FAIL (108) [selector] Class selector using UTF8 (.å?°åŒ—TaÌ?ibeÌŒi) expected: [ span#utf8class1 ] result: [ ]
    • FAIL (109) [selector] Class selector using UTF8 (.å?°åŒ—) expected: [ span#utf8class1, span#utf8class2 ] result: [ ]
    • FAIL (110) [selector] Class selector using UTF8 (.å?°åŒ—TaÌ?ibeÌŒi.å?°åŒ—) expected: [ span#utf8class1 ] result: [ ]
    • FAIL (111) [selector] Class selector using UTF8 (.å?°åŒ—TaÌ?ibeÌŒi, .å?°åŒ—) expected: [ span#utf8class1, span#utf8class2 ] result: [ ]
    • FAIL (112) [selector] Descendant class selector using UTF8 (div .å?°åŒ—TaÌ?ibeÌŒi) expected: [ span#utf8class1 ] result: [ ]
    • FAIL (113) [selector] Child class selector using UTF8 (form > .å?°åŒ—TaÌ?ibeÌŒi) expected: [ span#utf8class1 ] result: [ ]
  • Thatcher

    Thatcher February 17th, 2009 @ 07:40 AM

    more related

    
    
    
    FAIL (574) [selector] ID selector using UTF8 (#å?°åŒ—TaÌ?ibeÌŒi) expected: [ ] result: [ ] FAIL (575) [selector] Multiple ID selectors using UTF8 (#å?°åŒ—TaÌ?ibeÌŒi, #å?°åŒ—) expected: [ , ] result: [ ] FAIL (576) [selector] Descendant ID selector using UTF8 (div #å?°åŒ—) expected: [ ] result: [ ] FAIL (577) [selector] Child ID selector using UTF8 (form > #å?°åŒ—) expected: [ ] result: [ ]
    
    FAIL (598) [selector] Class selector using UTF8 (.å?°åŒ—TaÌ?ibeÌŒi) expected: [ span#utf8class1 ] result: [  ]
    FAIL (599) [selector] Class selector using UTF8 (.�北) expected: [ span#utf8class1, span#utf8class2 ] result: [  ]
    FAIL (600) [selector] Class selector using UTF8 (.å?°åŒ—TaÌ?ibeÌŒi.å?°åŒ—) expected: [ span#utf8class1 ] result: [  ]
    FAIL (601) [selector] Class selector using UTF8 (.å?°åŒ—TaÌ?ibeÌŒi, .å?°åŒ—) expected: [ span#utf8class1, span#utf8class2 ] result: [  ]
    FAIL (602) [selector] Descendant class selector using UTF8 (div .å?°åŒ—TaÌ?ibeÌŒi) expected: [ span#utf8class1 ] result: [  ]
    FAIL (603) [selector] Child class selector using UTF8 (form > .å?°åŒ—TaÌ?ibeÌŒi) expected: [ span#utf8class1 ] result: [  ]
    
  • Thatcher

    Thatcher February 17th, 2009 @ 11:27 AM

    • Milestone set to 1.0 Release
    • State changed from “new” to “resolved”
    • Assigned user set to “Thatcher”

    this can actually be resolved in rhino 1.7.2 which has better support for setting the default encoding of loaded files.

    Or optionally I resolved it in the jquery makefiles by changing

    
    JAR = java -jar ${BUILD_DIR}/js.jar
    

    to

    
    JAR = java -Dfile.encoding=utf-8 -jar ${BUILD_DIR}/js.jar
    

    Because it has to be specified at startup it's not really in our power to correct it at this point.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

a javascript browser environment

People watching this ticket

Tags

Pages