Parent Directory
|
Revision Log
|
Patch
| revision 70 by nigel, Sat Feb 24 21:40:13 2007 UTC | revision 71 by nigel, Sat Feb 24 21:40:24 2007 UTC | |
|---|---|---|
| # | Line 192 | Line 192 |
| 192 | ||
| 193 | /[^\xff]/8D | /[^\xff]/8D |
| 194 | ||
| 195 | /[Ä-Ü]/8 | |
| 196 | Ö # Matches without Study | |
| 197 | \x{d6} | |
| 198 | ||
| 199 | /[Ä-Ü]/8S | |
| 200 | Ö <-- Same with Study | |
| 201 | \x{d6} | |
| 202 | ||
| 203 | /[\x{c4}-\x{dc}]/8 | |
| 204 | Ö # Matches without Study | |
| 205 | \x{d6} | |
| 206 | ||
| 207 | /[\x{c4}-\x{dc}]/8S | |
| 208 | Ö <-- Same with Study | |
| 209 | \x{d6} | |
| 210 | ||
| 211 | /[Ã]/8 | |
| 212 | ||
| 213 | /Ã/8 | |
| 214 | ||
| 215 | /ÃÃÃxxx/8 | |
| 216 | ||
| 217 | /ÃÃÃxxx/8?D | |
| 218 | ||
| 219 | /abc/8 | |
| 220 | Ã] | |
| 221 | Ã | |
| 222 | ÃÃÃ | |
| 223 | ÃÃÃ\? | |
| 224 | ||
| 225 | / End of testinput5 / | / End of testinput5 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |