Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 25188 by [email protected]: Javascript Regexp bug with russian letters
http://code.google.com/p/chromium/issues/detail?id=25188

Chrome Version       : 3.0.195.27
Other browsers tested:
   Firefox 3.x: OK
          IE 7: OK
          IE 8: OK

What steps will reproduce the problem?

1. Use JS-regexp with interval of russian letters "[а-я]" and case
insensitive switch "/i" E.g.: /а-я/i
2. Give to JS a string with capital russian letter. E.g.: 'А'.match(/а-я/i)

What is the expected result?
Chrome must find the capital letter.

What happens instead?
It doesn't match the capital letter.

Please provide any additional information below. Attach a screenshot if
possible.
I attached a file to test this case.


Attachments:
        Test.htm  275 bytes

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to