Fixed problem where asian characters were not categorized as letters
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Sep 2008 10:45:01 +0000 (10:45 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Sep 2008 10:45:01 +0000 (10:45 +0000)
commit3351499cb507a6f5afc24d0e9d077eca1f847ba3
tree47ba8955aa17b160904225c23df0c708fd6b26a8
parentc60fef30136e8632078e2b5c36c924d7468ca40a
Fixed problem where asian characters were not categorized as letters
because they were defined using different syntax in the unicode
database.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@200 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/unicode-inl.h
src/unicode.cc
src/unicode.h
test/mjsunit/regress/regress-1346700.js [moved from test/mjsunit/bugs/bug-1346700.js with 100% similarity]