--- code/trunk/testdata/testinput6 2007/05/03 10:28:07 161 +++ code/trunk/testdata/testinput6 2007/06/19 13:26:46 184 @@ -333,10 +333,10 @@ /[abc\p{L}\x{0660}]/8DZ -/[\p{Nd}]/8DZM +/[\p{Nd}]/8DZ 1234 -/[\p{Nd}+-]+/8DZM +/[\p{Nd}+-]+/8DZ 1234 12-34 12+\x{661}-34 @@ -771,5 +771,11 @@ /^\x{023a}+([^X])/8i \x{023a}\x{2c65}X + +/Check property support in non-UTF-8 mode/ +/\p{L}{4}/ + 123abcdefg + 123abc\xc4\xc5zz + / End of testinput6 /