--- code/trunk/testdata/testinput5 2007/02/24 21:40:20 70 +++ code/trunk/testdata/testinput5 2007/02/24 21:40:24 71 @@ -192,4 +192,34 @@ /[^\xff]/8D +/[Ä-Ü]/8 + Ö # Matches without Study + \x{d6} + +/[Ä-Ü]/8S + Ö <-- Same with Study + \x{d6} + +/[\x{c4}-\x{dc}]/8 + Ö # Matches without Study + \x{d6} + +/[\x{c4}-\x{dc}]/8S + Ö <-- Same with Study + \x{d6} + +/[Ã]/8 + +/Ã/8 + +/ÃÃÃxxx/8 + +/ÃÃÃxxx/8?D + +/abc/8 + Ã] + à + ÃÃà + ÃÃÃ\? + / End of testinput5 /