Fixed problem where the two lower-case sigmas would uncanonicalize to
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Nov 2008 06:05:07 +0000 (06:05 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Nov 2008 06:05:07 +0000 (06:05 +0000)
commit144c8c790a420125df9391283f36fce0dc6aa364
tree2f7cbbd723d2278aced6c6f65b3c4ca8c9ae96e7
parent02a4aeeb5f13a4dfa646a184b5488c07eabe727c
Fixed problem where the two lower-case sigmas would uncanonicalize to
themselves and upper-case sigma, but upper-case sigma would
uncanonicalize to just lower-case final sigma.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@844 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/jsregexp.h
src/unicode.cc
test/cctest/test-regexp.cc