| 1 | #include "catch.hpp" |
| 2 | #include "test_helpers.hpp" |
| 3 | |
| 4 | using namespace duckdb; |
| 5 | using namespace std; |
| 6 | |
| 7 | // https://github.com/minimaxir/big-list-of-naughty-strings |
| 8 | TEST_CASE("Test naughty strings" , "[naughtystrings]" ) { |
| 9 | unique_ptr<QueryResult> result; |
| 10 | DuckDB db(nullptr); |
| 11 | Connection con(db); |
| 12 | con.EnableQueryVerification(); |
| 13 | |
| 14 | vector<string> strings = { |
| 15 | "# Reserved Strings" , |
| 16 | "#" , |
| 17 | "# Strings which may be used elsewhere in code" , |
| 18 | "undefined" , |
| 19 | "undef" , |
| 20 | "null" , |
| 21 | "NULL" , |
| 22 | "(null)" , |
| 23 | "nil" , |
| 24 | "NIL" , |
| 25 | "true" , |
| 26 | "false" , |
| 27 | "True" , |
| 28 | "False" , |
| 29 | "TRUE" , |
| 30 | "FALSE" , |
| 31 | "None" , |
| 32 | "hasOwnProperty" , |
| 33 | "then" , |
| 34 | "\x5c" , |
| 35 | "\x5c\x5c" , |
| 36 | "# Numeric Strings" , |
| 37 | "#" , |
| 38 | "# Strings which can be interpreted as numeric" , |
| 39 | "\x30" , |
| 40 | "1" , |
| 41 | "\x31\x2e\x30\x30" , |
| 42 | "\x24\x31\x2e\x30\x30" , |
| 43 | "\x31\x2f\x32" , |
| 44 | "1E2" , |
| 45 | "\x31\x45\x30\x32" , |
| 46 | "\x31\x45\x2b\x30\x32" , |
| 47 | "-1" , |
| 48 | "\x2d\x31\x2e\x30\x30" , |
| 49 | "\x2d\x24\x31\x2e\x30\x30" , |
| 50 | "\x2d\x31\x2f\x32" , |
| 51 | "-1E2" , |
| 52 | "\x2d\x31\x45\x30\x32" , |
| 53 | "\x2d\x31\x45\x2b\x30\x32" , |
| 54 | "\x31\x2f\x30" , |
| 55 | "\x30\x2f\x30" , |
| 56 | "\x2d\x32\x31\x34\x37\x34\x38\x33\x36\x34\x38\x2f\x2d\x31" , |
| 57 | "\x2d\x39\x32\x32\x33\x33\x37\x32\x30\x33\x36\x38\x35\x34\x37\x37\x35\x38\x30\x38\x2f\x2d\x31" , |
| 58 | "\x2d\x30" , |
| 59 | "\x2d\x30\x2e\x30" , |
| 60 | "\x2b\x30" , |
| 61 | "\x2b\x30\x2e\x30" , |
| 62 | "\x30\x2e\x30\x30" , |
| 63 | "\x30\x2e\x2e\x30" , |
| 64 | "." , |
| 65 | "\x30\x2e\x30\x2e\x30" , |
| 66 | "\x30\x2c\x30\x30" , |
| 67 | "\x30\x2c\x2c\x30" , |
| 68 | "," , |
| 69 | "\x30\x2c\x30\x2c\x30" , |
| 70 | "\x30\x2e\x30\x2f\x30" , |
| 71 | "\x31\x2e\x30\x2f\x30\x2e\x30" , |
| 72 | "\x30\x2e\x30\x2f\x30\x2e\x30" , |
| 73 | "\x31\x2c\x30\x2f\x30\x2c\x30" , |
| 74 | "\x30\x2c\x30\x2f\x30\x2c\x30" , |
| 75 | "--1" , |
| 76 | "-" , |
| 77 | "-." , |
| 78 | "-," , |
| 79 | "999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999" , |
| 80 | "NaN" , |
| 81 | "Infinity" , |
| 82 | "-Infinity" , |
| 83 | "INF" , |
| 84 | "1#INF" , |
| 85 | "-1#IND" , |
| 86 | "1#QNAN" , |
| 87 | "1#SNAN" , |
| 88 | "1#IND" , |
| 89 | "\x30\x78\x30" , |
| 90 | "\x30\x78\x66\x66\x66\x66\x66\x66\x66\x66" , |
| 91 | "\x30\x78\x66\x66\x66\x66\x66\x66\x66\x66\x66\x66\x66\x66\x66\x66\x66\x66" , |
| 92 | "\x30\x78\x61\x62\x61\x64\x31\x64\x65\x61" , |
| 93 | "\x31\x32\x33\x34\x35\x36\x37\x38\x39\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x30\x31\x32\x33\x34\x35\x36\x37" |
| 94 | "\x38\x39\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39" , |
| 95 | "\x31\x2c\x30\x30\x30\x2e\x30\x30" , |
| 96 | "\x31\x20\x30\x30\x30\x2e\x30\x30" , |
| 97 | "\x31\x27\x30\x30\x30\x2e\x30\x30" , |
| 98 | "\x31\x2c\x30\x30\x30\x2c\x30\x30\x30\x2e\x30\x30" , |
| 99 | "\x31\x20\x30\x30\x30\x20\x30\x30\x30\x2e\x30\x30" , |
| 100 | "\x31\x27\x30\x30\x30\x27\x30\x30\x30\x2e\x30\x30" , |
| 101 | "\x31\x2e\x30\x30\x30\x2c\x30\x30" , |
| 102 | "\x31\x20\x30\x30\x30\x2c\x30\x30" , |
| 103 | "\x31\x27\x30\x30\x30\x2c\x30\x30" , |
| 104 | "\x31\x2e\x30\x30\x30\x2e\x30\x30\x30\x2c\x30\x30" , |
| 105 | "\x31\x20\x30\x30\x30\x20\x30\x30\x30\x2c\x30\x30" , |
| 106 | "\x31\x27\x30\x30\x30\x27\x30\x30\x30\x2c\x30\x30" , |
| 107 | "\x30\x31\x30\x30\x30" , |
| 108 | "\x30\x38" , |
| 109 | "\x30\x39" , |
| 110 | "\x32\x2e\x32\x32\x35\x30\x37\x33\x38\x35\x38\x35\x30\x37\x32\x30\x31\x31\x65\x2d\x33\x30\x38" , |
| 111 | "# Special Characters" , |
| 112 | "#" , |
| 113 | "# ASCII punctuation. All of these characters may need to be escaped in some" , |
| 114 | "# contexts. Divided into three groups based on (US-layout) keyboard position." , |
| 115 | "\x2c\x2e\x2f\x3b\x27\x5b\x5d\x5c\x2d\x3d" , |
| 116 | "\x3c\x3e\x3f\x3a\x22\x7b\x7d\x7c\x5f\x2b" , |
| 117 | "\x21\x40\x23\x24\x25\x5e\x26\x2a\x28\x29\x60\x7e" , |
| 118 | "\x23\x20\x4e\x6f\x6e\x2d\x77\x68\x69\x74\x65\x73\x70\x61\x63\x65\x20\x43\x30\x20\x63\x6f\x6e\x74\x72\x6f\x6c" |
| 119 | "\x73\x3a\x20\x55\x2b\x30\x30\x30\x31\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x55\x2b\x30\x30\x30\x38\x2c\x20\x55" |
| 120 | "\x2b\x30\x30\x30\x45\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x55\x2b\x30\x30\x31\x46\x2c" , |
| 121 | "\x23\x20\x61\x6e\x64\x20\x55\x2b\x30\x30\x37\x46\x20\x28\x44\x45\x4c\x29" , |
| 122 | "# Often forbidden to appear in various text-based file formats (e.g. XML)," , |
| 123 | "# or reused for internal delimiters on the theory that they should never" , |
| 124 | "# appear in input." , |
| 125 | "# The next line may appear to be blank or mojibake in some viewers." , |
| 126 | "\x1\x2\x3\x4\x5\x6\x7\x8\xe\xf\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f\x7f" , |
| 127 | "\x23\x20\x4e\x6f\x6e\x2d\x77\x68\x69\x74\x65\x73\x70\x61\x63\x65\x20\x43\x31\x20\x63\x6f\x6e\x74\x72\x6f\x6c" |
| 128 | "\x73\x3a\x20\x55\x2b\x30\x30\x38\x30\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x55\x2b\x30\x30\x38\x34\x20\x61\x6e" |
| 129 | "\x64\x20\x55\x2b\x30\x30\x38\x36\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x55\x2b\x30\x30\x39\x46\x2e" , |
| 130 | "# Commonly misinterpreted as additional graphic characters." , |
| 131 | "# The next line may appear to be blank, mojibake, or dingbats in some viewers." , |
| 132 | "\xc2\x80\xc2\x81\xc2\x82\xc2\x83\xc2\x84\xc2\x86\xc2\x87\xc2\x88\xc2\x89\xc2\x8a\xc2\x8b\xc2\x8c\xc2\x8d\xc2" |
| 133 | "\x8e\xc2\x8f\xc2\x90\xc2\x91\xc2\x92\xc2\x93\xc2\x94\xc2\x95\xc2\x96\xc2\x97\xc2\x98\xc2\x99\xc2\x9a\xc2\x9b" |
| 134 | "\xc2\x9c\xc2\x9d\xc2\x9e\xc2\x9f" , |
| 135 | "\x23\x20\x57\x68\x69\x74\x65\x73\x70\x61\x63\x65\x3a\x20\x61\x6c\x6c\x20\x6f\x66\x20\x74\x68\x65\x20\x63\x68" |
| 136 | "\x61\x72\x61\x63\x74\x65\x72\x73\x20\x77\x69\x74\x68\x20\x63\x61\x74\x65\x67\x6f\x72\x79\x20\x5a\x73\x2c\x20" |
| 137 | "\x5a\x6c\x2c\x20\x6f\x72\x20\x5a\x70\x20\x28\x69\x6e\x20\x55\x6e\x69\x63\x6f\x64\x65" , |
| 138 | "\x23\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x38\x2e\x30\x2e\x30\x29\x2c\x20\x70\x6c\x75\x73\x20\x55\x2b\x30\x30" |
| 139 | "\x30\x39\x20\x28\x48\x54\x29\x2c\x20\x55\x2b\x30\x30\x30\x42\x20\x28\x56\x54\x29\x2c\x20\x55\x2b\x30\x30\x30" |
| 140 | "\x43\x20\x28\x46\x46\x29\x2c\x20\x55\x2b\x30\x30\x38\x35\x20\x28\x4e\x45\x4c\x29\x2c" , |
| 141 | "\x23\x20\x61\x6e\x64\x20\x55\x2b\x32\x30\x30\x42\x20\x28\x5a\x45\x52\x4f\x20\x57\x49\x44\x54\x48\x20\x53\x50" |
| 142 | "\x41\x43\x45\x29\x2c\x20\x77\x68\x69\x63\x68\x20\x61\x72\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x43\x20\x63\x61" |
| 143 | "\x74\x65\x67\x6f\x72\x69\x65\x73\x20\x62\x75\x74\x20\x61\x72\x65\x20\x6f\x66\x74\x65\x6e" , |
| 144 | "# treated as whitespace in some contexts." , |
| 145 | "# This file unfortunately cannot express strings containing" , |
| 146 | "\x23\x20\x55\x2b\x30\x30\x30\x30\x2c\x20\x55\x2b\x30\x30\x30\x41\x2c\x20\x6f\x72\x20\x55\x2b\x30\x30\x30\x44" |
| 147 | "\x20\x28\x4e\x55\x4c\x2c\x20\x4c\x46\x2c\x20\x43\x52\x29\x2e" , |
| 148 | "# The next line may appear to be blank or mojibake in some viewers." , |
| 149 | "\x23\x20\x54\x68\x65\x20\x6e\x65\x78\x74\x20\x6c\x69\x6e\x65\x20\x6d\x61\x79\x20\x62\x65\x20\x66\x6c\x61\x67" |
| 150 | "\x67\x65\x64\x20\x66\x6f\x72\x20\x22\x74\x72\x61\x69\x6c\x69\x6e\x67\x20\x77\x68\x69\x74\x65\x73\x70\x61\x63" |
| 151 | "\x65\x22\x20\x69\x6e\x20\x73\x6f\x6d\x65\x20\x76\x69\x65\x77\x65\x72\x73\x2e" , |
| 152 | "\xc2\x85\xc2\xa0\xe1\x9a\x80\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80" |
| 153 | "\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaf\xe2\x81" |
| 154 | "\x9f\xe3\x80\x80" , |
| 155 | "\x23\x20\x55\x6e\x69\x63\x6f\x64\x65\x20\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x20\x63\x6f\x6e\x74\x72\x6f" |
| 156 | "\x6c\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x73\x3a\x20\x61\x6c\x6c\x20\x6f\x66\x20\x74\x68\x65\x20\x63\x68" |
| 157 | "\x61\x72\x61\x63\x74\x65\x72\x73\x20\x77\x69\x74\x68" , |
| 158 | "\x23\x20\x67\x65\x6e\x65\x72\x61\x6c\x20\x63\x61\x74\x65\x67\x6f\x72\x79\x20\x43\x66\x20\x28\x69\x6e\x20\x55" |
| 159 | "\x6e\x69\x63\x6f\x64\x65\x20\x38\x2e\x30\x2e\x30\x29\x2e" , |
| 160 | "# The next line may appear to be blank or mojibake in some viewers." , |
| 161 | "\xc2\xad\xd8\x80\xd8\x81\xd8\x82\xd8\x83\xd8\x84\xd8\x85\xd8\x9c\xdb\x9d\xdc\x8f\xe1\xa0\x8e\xe2\x80\x8b\xe2" |
| 162 | "\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2" |
| 163 | "\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xa6\xe2\x81\xa7\xe2\x81\xa8\xe2\x81\xa9\xe2" |
| 164 | "\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xef\xbb\xbf\xef\xbf\xb9\xef\xbf\xba\xef" |
| 165 | "\xbf\xbb\xf0\x91\x82\xbd\xf0\x9b\xb2\xa0\xf0\x9b\xb2\xa1\xf0\x9b\xb2\xa2\xf0\x9b\xb2\xa3\xf0\x9d\x85\xb3\xf0" |
| 166 | "\x9d\x85\xb4\xf0\x9d\x85\xb5\xf0\x9d\x85\xb6\xf0\x9d\x85\xb7\xf0\x9d\x85\xb8\xf0\x9d\x85\xb9\xf0\x9d\x85\xba" |
| 167 | "\xf3\xa0\x80\x81\xf3\xa0\x80\xa0\xf3\xa0\x80\xa1\xf3\xa0\x80\xa2\xf3\xa0\x80\xa3\xf3\xa0\x80\xa4\xf3\xa0\x80" |
| 168 | "\xa5\xf3\xa0\x80\xa6\xf3\xa0\x80\xa7\xf3\xa0\x80\xa8\xf3\xa0\x80\xa9\xf3\xa0\x80\xaa\xf3\xa0\x80\xab\xf3\xa0" |
| 169 | "\x80\xac\xf3\xa0\x80\xad\xf3\xa0\x80\xae\xf3\xa0\x80\xaf\xf3\xa0\x80\xb0\xf3\xa0\x80\xb1\xf3\xa0\x80\xb2\xf3" |
| 170 | "\xa0\x80\xb3\xf3\xa0\x80\xb4\xf3\xa0\x80\xb5\xf3\xa0\x80\xb6\xf3\xa0\x80\xb7\xf3\xa0\x80\xb8\xf3\xa0\x80\xb9" |
| 171 | "\xf3\xa0\x80\xba\xf3\xa0\x80\xbb\xf3\xa0\x80\xbc\xf3\xa0\x80\xbd\xf3\xa0\x80\xbe\xf3\xa0\x80\xbf\xf3\xa0\x81" |
| 172 | "\x80\xf3\xa0\x81\x81\xf3\xa0\x81\x82\xf3\xa0\x81\x83\xf3\xa0\x81\x84\xf3\xa0\x81\x85\xf3\xa0\x81\x86\xf3\xa0" |
| 173 | "\x81\x87\xf3\xa0\x81\x88\xf3\xa0\x81\x89\xf3\xa0\x81\x8a\xf3\xa0\x81\x8b\xf3\xa0\x81\x8c\xf3\xa0\x81\x8d\xf3" |
| 174 | "\xa0\x81\x8e\xf3\xa0\x81\x8f\xf3\xa0\x81\x90\xf3\xa0\x81\x91\xf3\xa0\x81\x92\xf3\xa0\x81\x93\xf3\xa0\x81\x94" |
| 175 | "\xf3\xa0\x81\x95\xf3\xa0\x81\x96\xf3\xa0\x81\x97\xf3\xa0\x81\x98\xf3\xa0\x81\x99\xf3\xa0\x81\x9a\xf3\xa0\x81" |
| 176 | "\x9b\xf3\xa0\x81\x9c\xf3\xa0\x81\x9d\xf3\xa0\x81\x9e\xf3\xa0\x81\x9f\xf3\xa0\x81\xa0\xf3\xa0\x81\xa1\xf3\xa0" |
| 177 | "\x81\xa2\xf3\xa0\x81\xa3\xf3\xa0\x81\xa4\xf3\xa0\x81\xa5\xf3\xa0\x81\xa6\xf3\xa0\x81\xa7\xf3\xa0\x81\xa8\xf3" |
| 178 | "\xa0\x81\xa9\xf3\xa0\x81\xaa\xf3\xa0\x81\xab\xf3\xa0\x81\xac\xf3\xa0\x81\xad\xf3\xa0\x81\xae\xf3\xa0\x81\xaf" |
| 179 | "\xf3\xa0\x81\xb0\xf3\xa0\x81\xb1\xf3\xa0\x81\xb2\xf3\xa0\x81\xb3\xf3\xa0\x81\xb4\xf3\xa0\x81\xb5\xf3\xa0\x81" |
| 180 | "\xb6\xf3\xa0\x81\xb7\xf3\xa0\x81\xb8\xf3\xa0\x81\xb9\xf3\xa0\x81\xba\xf3\xa0\x81\xbb\xf3\xa0\x81\xbc\xf3\xa0" |
| 181 | "\x81\xbd\xf3\xa0\x81\xbe\xf3\xa0\x81\xbf" , |
| 182 | "\x23\x20\x22\x42\x79\x74\x65\x20\x6f\x72\x64\x65\x72\x20\x6d\x61\x72\x6b\x73\x22\x2c\x20\x55\x2b\x46\x45\x46" |
| 183 | "\x46\x20\x61\x6e\x64\x20\x55\x2b\x46\x46\x46\x45\x2c\x20\x65\x61\x63\x68\x20\x6f\x6e\x20\x69\x74\x73\x20\x6f" |
| 184 | "\x77\x6e\x20\x6c\x69\x6e\x65\x2e" , |
| 185 | "# The next two lines may appear to be blank or mojibake in some viewers." , |
| 186 | "\xef\xbb\xbf" , |
| 187 | "\xef\xbf\xbe" , |
| 188 | "# Unicode Symbols" , |
| 189 | "#" , |
| 190 | "# Strings which contain common unicode symbols (e.g. smart quotes)" , |
| 191 | "\xce\xa9\xe2\x89\x88\xc3\xa7\xe2\x88\x9a\xe2\x88\xab\xcb\x9c\xc2\xb5\xe2\x89\xa4\xe2\x89\xa5\xc3\xb7" , |
| 192 | "\xc3\xa5\xc3\x9f\xe2\x88\x82\xc6\x92\xc2\xa9\xcb\x99\xe2\x88\x86\xcb\x9a\xc2\xac\xe2\x80\xa6\xc3\xa6" , |
| 193 | "\xc5\x93\xe2\x88\x91\xc2\xb4\xc2\xae\xe2\x80\xa0\xc2\xa5\xc2\xa8\xcb\x86\xc3\xb8\xcf\x80\xe2\x80\x9c\xe2\x80" |
| 194 | "\x98" , |
| 195 | "\xc2\xa1\xe2\x84\xa2\xc2\xa3\xc2\xa2\xe2\x88\x9e\xc2\xa7\xc2\xb6\xe2\x80\xa2\xc2\xaa\xc2\xba\xe2\x80\x93\xe2" |
| 196 | "\x89\xa0" , |
| 197 | "\xc2\xb8\xcb\x9b\xc3\x87\xe2\x97\x8a\xc4\xb1\xcb\x9c\xc3\x82\xc2\xaf\xcb\x98\xc2\xbf" , |
| 198 | "\xc3\x85\xc3\x8d\xc3\x8e\xc3\x8f\xcb\x9d\xc3\x93\xc3\x94\xef\xa3\xbf\xc3\x92\xc3\x9a\xc3\x86\xe2\x98\x83" , |
| 199 | "\xc5\x92\xe2\x80\x9e\xc2\xb4\xe2\x80\xb0\xcb\x87\xc3\x81\xc2\xa8\xcb\x86\xc3\x98\xe2\x88\x8f\xe2\x80\x9d\xe2" |
| 200 | "\x80\x99" , |
| 201 | "\x60\xe2\x81\x84\xe2\x82\xac\xe2\x80\xb9\xe2\x80\xba\xef\xac\x81\xef\xac\x82\xe2\x80\xa1\xc2\xb0\xc2\xb7\xe2" |
| 202 | "\x80\x9a\xe2\x80\x94\xc2\xb1" , |
| 203 | "\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e" , |
| 204 | "\xd0\x81\xd0\x82\xd0\x83\xd0\x84\xd0\x85\xd0\x86\xd0\x87\xd0\x88\xd0\x89\xd0\x8a\xd0\x8b\xd0\x8c\xd0\x8d\xd0" |
| 205 | "\x8e\xd0\x8f\xd0\x90\xd0\x91\xd0\x92\xd0\x93\xd0\x94\xd0\x95\xd0\x96\xd0\x97\xd0\x98\xd0\x99\xd0\x9a\xd0\x9b" |
| 206 | "\xd0\x9c\xd0\x9d\xd0\x9e\xd0\x9f\xd0\xa0\xd0\xa1\xd0\xa2\xd0\xa3\xd0\xa4\xd0\xa5\xd0\xa6\xd0\xa7\xd0\xa8\xd0" |
| 207 | "\xa9\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6" |
| 208 | "\xd0\xb7\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1" |
| 209 | "\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f" , |
| 210 | "\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9" , |
| 211 | "\x23\x9\x55\x6e\x69\x63\x6f\x64\x65\x20\x53\x75\x62\x73\x63\x72\x69\x70\x74\x2f\x53\x75\x70\x65\x72\x73\x63" |
| 212 | "\x72\x69\x70\x74\x2f\x41\x63\x63\x65\x6e\x74\x73" , |
| 213 | "#" , |
| 214 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x75\x6e\x69" |
| 215 | "\x63\x6f\x64\x65\x20\x73\x75\x62\x73\x63\x72\x69\x70\x74\x73\x2f\x73\x75\x70\x65\x72\x73\x63\x72\x69\x70\x74" |
| 216 | "\x73\x3b\x20\x63\x61\x6e\x20\x63\x61\x75\x73\x65\x20\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x20\x69\x73\x73\x75" |
| 217 | "\x65\x73" , |
| 218 | "\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5" , |
| 219 | "\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82" , |
| 220 | "\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82" , |
| 221 | "\xe0\xb8\x94\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87" |
| 222 | "\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87" |
| 223 | "\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89" |
| 224 | "\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89" |
| 225 | "\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89" |
| 226 | "\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87" |
| 227 | "\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87" |
| 228 | "\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89" |
| 229 | "\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89" |
| 230 | "\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\x20\xe0\xb8" |
| 231 | "\x94\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9" |
| 232 | "\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9" |
| 233 | "\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9" |
| 234 | "\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9" |
| 235 | "\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9" |
| 236 | "\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9" |
| 237 | "\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9" |
| 238 | "\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9" |
| 239 | "\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9" |
| 240 | "\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\x20\xe0\xb8\x94\xe0" |
| 241 | "\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0" |
| 242 | "\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0" |
| 243 | "\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0" |
| 244 | "\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0" |
| 245 | "\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0" |
| 246 | "\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0" |
| 247 | "\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0" |
| 248 | "\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0" |
| 249 | "\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x89\xe0\xb9\x89\xe0" |
| 250 | "\xb9\x89\xe0\xb9\x89\xe0\xb9\x89\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87\xe0\xb9\x87" , |
| 251 | "# Quotation Marks" , |
| 252 | "#" , |
| 253 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x6d\x69\x73" |
| 254 | "\x70\x6c\x61\x63\x65\x64\x20\x71\x75\x6f\x74\x61\x74\x69\x6f\x6e\x20\x6d\x61\x72\x6b\x73\x3b\x20\x63\x61\x6e" |
| 255 | "\x20\x63\x61\x75\x73\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x65\x72\x72\x6f\x72\x73" , |
| 256 | "\x27" , |
| 257 | "\x22" , |
| 258 | "\x27\x27" , |
| 259 | "\x22\x22" , |
| 260 | "\x27\x22\x27" , |
| 261 | "\x22\x27\x27\x27\x27\x22\x27\x22" , |
| 262 | "\x22\x27\x22\x27\x22\x27\x27\x27\x27\x22" , |
| 263 | "\x3c\x66\x6f\x6f\x20\x76\x61\x6c\x3d\xe2\x80\x9c\x62\x61\x72\xe2\x80\x9d\x20\x2f\x3e" , |
| 264 | "\x3c\x66\x6f\x6f\x20\x76\x61\x6c\x3d\xe2\x80\x9c\x62\x61\x72\xe2\x80\x9d\x20\x2f\x3e" , |
| 265 | "\x3c\x66\x6f\x6f\x20\x76\x61\x6c\x3d\xe2\x80\x9d\x62\x61\x72\xe2\x80\x9c\x20\x2f\x3e" , |
| 266 | "\x3c\x66\x6f\x6f\x20\x76\x61\x6c\x3d\x60\x62\x61\x72\x27\x20\x2f\x3e" , |
| 267 | "# Two-Byte Characters" , |
| 268 | "#" , |
| 269 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x74\x77\x6f" |
| 270 | "\x2d\x62\x79\x74\x65\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x73\x3a\x20\x63\x61\x6e\x20\x63\x61\x75\x73\x65" |
| 271 | "\x20\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x20\x69\x73\x73\x75\x65\x73\x20\x6f\x72\x20\x63\x68\x61\x72\x61\x63" |
| 272 | "\x74\x65\x72\x2d\x6c\x65\x6e\x67\x74\x68\x20\x69\x73\x73\x75\x65\x73" , |
| 273 | "\xe7\x94\xb0\xe4\xb8\xad\xe3\x81\x95\xe3\x82\x93\xe3\x81\xab\xe3\x81\x82\xe3\x81\x92\xe3\x81\xa6\xe4\xb8\x8b" |
| 274 | "\xe3\x81\x95\xe3\x81\x84" , |
| 275 | "\xe3\x83\x91\xe3\x83\xbc\xe3\x83\x86\xe3\x82\xa3\xe3\x83\xbc\xe3\x81\xb8\xe8\xa1\x8c\xe3\x81\x8b\xe3\x81\xaa" |
| 276 | "\xe3\x81\x84\xe3\x81\x8b" , |
| 277 | "\xe5\x92\x8c\xe8\xa3\xbd\xe6\xbc\xa2\xe8\xaa\x9e" , |
| 278 | "\xe9\x83\xa8\xe8\x90\xbd\xe6\xa0\xbc" , |
| 279 | "\xec\x82\xac\xed\x9a\x8c\xea\xb3\xbc\xed\x95\x99\xec\x9b\x90\x20\xec\x96\xb4\xed\x95\x99\xec\x97\xb0\xea\xb5" |
| 280 | "\xac\xec\x86\x8c" , |
| 281 | "\xec\xb0\xa6\xec\xb0\xa8\xeb\xa5\xbc\x20\xed\x83\x80\xea\xb3\xa0\x20\xec\x98\xa8\x20\xed\x8e\xb2\xec\x8b\x9c" |
| 282 | "\xeb\xa7\xa8\xea\xb3\xbc\x20\xec\x91\x9b\xeb\x8b\xa4\xeb\xa6\xac\x20\xeb\x98\xa0\xeb\xb0\xa9\xea\xb0\x81\xed" |
| 283 | "\x95\x98" , |
| 284 | "\xe7\xa4\xbe\xe6\x9c\x83\xe7\xa7\x91\xe5\xad\xb8\xe9\x99\xa2\xe8\xaa\x9e\xe5\xad\xb8\xe7\xa0\x94\xe7\xa9\xb6" |
| 285 | "\xe6\x89\x80" , |
| 286 | "\xec\x9a\xb8\xeb\x9e\x80\xeb\xb0\x94\xed\x86\xa0\xeb\xa5\xb4" , |
| 287 | "\xf0\xa0\x9c\x8e\xf0\xa0\x9c\xb1\xf0\xa0\x9d\xb9\xf0\xa0\xb1\x93\xf0\xa0\xb1\xb8\xf0\xa0\xb2\x96\xf0\xa0\xb3" |
| 288 | "\x8f" , |
| 289 | "# Special Unicode Characters Union" , |
| 290 | "#" , |
| 291 | "\x23\x9\x41\x20\x73\x75\x70\x65\x72\x20\x73\x74\x72\x69\x6e\x67\x20\x72\x65\x63\x6f\x6d\x6d\x65\x6e\x64\x65" |
| 292 | "\x64\x20\x62\x79\x20\x56\x4d\x77\x61\x72\x65\x20\x49\x6e\x63\x2e\x20\x47\x6c\x6f\x62\x61\x6c\x69\x7a\x61\x74" |
| 293 | "\x69\x6f\x6e\x20\x54\x65\x61\x6d\x3a\x20\x63\x61\x6e\x20\x65\x66\x66\x65\x63\x74\x69\x76\x65\x6c\x79\x20\x63" |
| 294 | "\x61\x75\x73\x65\x20\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x20\x69\x73\x73\x75\x65\x73\x20\x6f\x72\x20\x63\x68" |
| 295 | "\x61\x72\x61\x63\x74\x65\x72\x2d\x6c\x65\x6e\x67\x74\x68\x20\x69\x73\x73\x75\x65\x73\x20\x74\x6f\x20\x76\x61" |
| 296 | "\x6c\x69\x64\x61\x74\x65\x20\x70\x72\x6f\x64\x75\x63\x74\x20\x67\x6c\x6f\x62\x61\x6c\x69\x7a\x61\x74\x69\x6f" |
| 297 | "\x6e\x20\x72\x65\x61\x64\x69\x6e\x65\x73\x73\x2e" , |
| 298 | "#" , |
| 299 | "\x23\x9\xe8\xa1\xa8\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x4a\x4b\x5f\x55\x4e\x49\x46\x49\x45\x44\x5f" |
| 300 | "\x49\x44\x45\x4f\x47\x52\x41\x50\x48\x53\x20\x28\x55\x2b\x38\x38\x36\x38\x29" , |
| 301 | "\x23\x9\xe3\x83\x9d\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4b\x41\x54\x41\x4b\x41\x4e\x41\x20\x4c\x45\x54" |
| 302 | "\x54\x45\x52\x20\x50\x4f\x20\x28\x55\x2b\x33\x30\x44\x44\x29" , |
| 303 | "\x23\x9\xe3\x81\x82\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x48\x49\x52\x41\x47\x41\x4e\x41\x20\x4c\x45\x54" |
| 304 | "\x54\x45\x52\x20\x41\x20\x28\x55\x2b\x33\x30\x34\x32\x29" , |
| 305 | "\x23\x9\x41\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x41\x54\x49\x4e\x20\x43\x41\x50\x49\x54\x41\x4c" |
| 306 | "\x20\x4c\x45\x54\x54\x45\x52\x20\x41\x20\x28\x55\x2b\x30\x30\x34\x31\x29" , |
| 307 | "\x23\x9\xe9\xb7\x97\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x4a\x4b\x5f\x55\x4e\x49\x46\x49\x45\x44\x5f" |
| 308 | "\x49\x44\x45\x4f\x47\x52\x41\x50\x48\x53\x20\x28\x55\x2b\x39\x44\x44\x37\x29" , |
| 309 | "\x23\x9\xc5\x92\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x41\x54\x49\x4e\x20\x53\x4d\x41\x4c\x4c\x20" |
| 310 | "\x4c\x49\x47\x41\x54\x55\x52\x45\x20\x4f\x45\x20\x28\x55\x2b\x30\x31\x35\x33\x29" , |
| 311 | "\x23\x9\xc3\xa9\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x41\x54\x49\x4e\x20\x53\x4d\x41\x4c\x4c\x20" |
| 312 | "\x4c\x45\x54\x54\x45\x52\x20\x45\x20\x57\x49\x54\x48\x20\x41\x43\x55\x54\x45\x20\x28\x55\x2b\x30\x30\x45\x39" |
| 313 | "\x29" , |
| 314 | "\x23\x9\xef\xbc\xa2\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x55\x4c\x4c\x57\x49\x44\x54\x48\x20\x4c" |
| 315 | "\x41\x54\x49\x4e\x20\x43\x41\x50\x49\x54\x41\x4c\x20\x4c\x45\x54\x54\x45\x52\x20\x42\x20\x28\x55\x2b\x46\x46" |
| 316 | "\x32\x32\x29" , |
| 317 | "\x23\x9\xe9\x80\x8d\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x4a\x4b\x5f\x55\x4e\x49\x46\x49\x45\x44\x5f" |
| 318 | "\x49\x44\x45\x4f\x47\x52\x41\x50\x48\x53\x20\x28\x55\x2b\x39\x30\x30\x44\x29" , |
| 319 | "\x23\x9\xc3\x9c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x41\x54\x49\x4e\x20\x53\x4d\x41\x4c\x4c\x20" |
| 320 | "\x4c\x45\x54\x54\x45\x52\x20\x55\x20\x57\x49\x54\x48\x20\x44\x49\x41\x45\x52\x45\x53\x49\x53\x20\x28\x55\x2b" |
| 321 | "\x30\x30\x46\x43\x29" , |
| 322 | "\x23\x9\xc3\x9f\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x41\x54\x49\x4e\x20\x53\x4d\x41\x4c\x4c\x20" |
| 323 | "\x4c\x45\x54\x54\x45\x52\x20\x53\x48\x41\x52\x50\x20\x53\x20\x28\x55\x2b\x30\x30\x44\x46\x29" , |
| 324 | "\x23\x9\xc2\xaa\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x45\x4d\x49\x4e\x49\x4e\x45\x20\x4f\x52\x44" |
| 325 | "\x49\x4e\x41\x4c\x20\x49\x4e\x44\x49\x43\x41\x54\x4f\x52\x20\x28\x55\x2b\x30\x30\x41\x41\x29" , |
| 326 | "\x23\x9\xc4\x85\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x41\x54\x49\x4e\x20\x53\x4d\x41\x4c\x4c\x20" |
| 327 | "\x4c\x45\x54\x54\x45\x52\x20\x41\x20\x57\x49\x54\x48\x20\x4f\x47\x4f\x4e\x45\x4b\x20\x28\x55\x2b\x30\x31\x30" |
| 328 | "\x35\x29" , |
| 329 | "\x23\x9\xc3\xb1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x41\x54\x49\x4e\x20\x53\x4d\x41\x4c\x4c\x20" |
| 330 | "\x4c\x45\x54\x54\x45\x52\x20\x4e\x20\x57\x49\x54\x48\x20\x54\x49\x4c\x44\x45\x20\x28\x55\x2b\x30\x30\x46\x31" |
| 331 | "\x29" , |
| 332 | "\x23\x9\xe4\xb8\x82\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x4a\x4b\x5f\x55\x4e\x49\x46\x49\x45\x44\x5f" |
| 333 | "\x49\x44\x45\x4f\x47\x52\x41\x50\x48\x53\x20\x28\x55\x2b\x34\x45\x30\x32\x29" , |
| 334 | "\x23\x9\xe3\x90\x80\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x4a\x4b\x20\x49\x64\x65\x6f\x67\x72\x61\x70" |
| 335 | "\x68\x20\x45\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x41\x2c\x20\x46\x69\x72\x73\x74\x20\x28\x55\x2b\x33\x34\x30" |
| 336 | "\x30\x29" , |
| 337 | "\x23\x9\xf0\xa0\x80\x80\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x4a\x4b\x20\x49\x64\x65\x6f\x67\x72\x61" |
| 338 | "\x70\x68\x20\x45\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x42\x2c\x20\x46\x69\x72\x73\x74\x20\x28\x55\x2b\x32\x30" |
| 339 | "\x30\x30\x30\x29" , |
| 340 | "\xe8\xa1\xa8\xe3\x83\x9d\xe3\x81\x82\x41\xe9\xb7\x97\xc5\x92\xc3\xa9\xef\xbc\xa2\xe9\x80\x8d\xc3\x9c\xc3\x9f" |
| 341 | "\xc2\xaa\xc4\x85\xc3\xb1\xe4\xb8\x82\xe3\x90\x80\xf0\xa0\x80\x80" , |
| 342 | "# Changing length when lowercased" , |
| 343 | "#" , |
| 344 | "# Characters which increase in length (2 to 3 bytes) when lowercased" , |
| 345 | "\x23\x9\x43\x72\x65\x64\x69\x74\x3a\x20\x68\x74\x74\x70\x73\x3a\x2f\x2f\x74\x77\x69\x74\x74\x65\x72\x2e\x63" |
| 346 | "\x6f\x6d\x2f\x6a\x69\x66\x61\x2f\x73\x74\x61\x74\x75\x73\x2f\x36\x32\x35\x37\x37\x36\x34\x35\x34\x34\x37\x39" |
| 347 | "\x39\x37\x30\x33\x30\x34" , |
| 348 | "\xc8\xba" , |
| 349 | "\xc8\xbe" , |
| 350 | "# Japanese Emoticons" , |
| 351 | "#" , |
| 352 | "# Strings which consists of Japanese-style emoticons which are popular on the web" , |
| 353 | "\xe3\x83\xbd\xe0\xbc\xbc\xe0\xba\x88\xd9\x84\xcd\x9c\xe0\xba\x88\xe0\xbc\xbd\xef\xbe\x89\x20\xe3\x83\xbd\xe0" |
| 354 | "\xbc\xbc\xe0\xba\x88\xd9\x84\xcd\x9c\xe0\xba\x88\xe0\xbc\xbd\xef\xbe\x89" , |
| 355 | "\x28\xef\xbd\xa1\xe2\x97\x95\x20\xe2\x88\x80\x20\xe2\x97\x95\xef\xbd\xa1\x29" , |
| 356 | "\xef\xbd\x80\xef\xbd\xa8\x28\xc2\xb4\xe2\x88\x80\xef\xbd\x80\xe2\x88\xa9" , |
| 357 | "\x5f\x5f\xef\xbe\x9b\x28\x2c\x5f\x2c\x2a\x29" , |
| 358 | "\xe3\x83\xbb\x28\xef\xbf\xa3\xe2\x88\x80\xef\xbf\xa3\x29\xe3\x83\xbb\x3a\x2a\x3a" , |
| 359 | "\xef\xbe\x9f\xef\xbd\xa5\xe2\x9c\xbf\xe3\x83\xbe\xe2\x95\xb2\x28\xef\xbd\xa1\xe2\x97\x95\xe2\x80\xbf\xe2\x97" |
| 360 | "\x95\xef\xbd\xa1\x29\xe2\x95\xb1\xe2\x9c\xbf\xef\xbd\xa5\xef\xbe\x9f" , |
| 361 | "\x2c\xe3\x80\x82\xe3\x83\xbb\x3a\x2a\x3a\xe3\x83\xbb\xe3\x82\x9c\xe2\x80\x99\x28\x20\xe2\x98\xbb\x20\xcf\x89" |
| 362 | "\x20\xe2\x98\xbb\x20\x29\xe3\x80\x82\xe3\x83\xbb\x3a\x2a\x3a\xe3\x83\xbb\xe3\x82\x9c\xe2\x80\x99" , |
| 363 | "\x28\xe2\x95\xaf\xc2\xb0\xe2\x96\xa1\xc2\xb0\xef\xbc\x89\xe2\x95\xaf\xef\xb8\xb5\x20\xe2\x94\xbb\xe2\x94\x81" |
| 364 | "\xe2\x94\xbb\x29" , |
| 365 | "\x28\xef\xbe\x89\xe0\xb2\xa5\xe7\x9b\x8a\xe0\xb2\xa5\xef\xbc\x89\xef\xbe\x89\xef\xbb\xbf\x20\xe2\x94\xbb\xe2" |
| 366 | "\x94\x81\xe2\x94\xbb" , |
| 367 | "\xe2\x94\xac\xe2\x94\x80\xe2\x94\xac\xe3\x83\x8e\x28\x20\xc2\xba\x20\x5f\x20\xc2\xba\xe3\x83\x8e\x29" , |
| 368 | "\x28\x20\xcd\xa1\xc2\xb0\x20\xcd\x9c\xca\x96\x20\xcd\xa1\xc2\xb0\x29" , |
| 369 | "\xc2\xaf\x5c\x5f\x28\xe3\x83\x84\x29\x5f\x2f\xc2\xaf" , |
| 370 | "# Emoji" , |
| 371 | "#" , |
| 372 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x45\x6d\x6f" |
| 373 | "\x6a\x69\x3b\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x62\x65\x68\x61" |
| 374 | "\x76\x69\x6f\x72\x20\x61\x73\x20\x74\x77\x6f\x2d\x62\x79\x74\x65\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x73" |
| 375 | "\x2c\x20\x62\x75\x74\x20\x6e\x6f\x74\x20\x61\x6c\x77\x61\x79\x73" , |
| 376 | "\xf0\x9f\x98\x8d" , |
| 377 | "\xf0\x9f\x91\xa9\xf0\x9f\x8f\xbd" , |
| 378 | "\xf0\x9f\x91\xbe\x20\xf0\x9f\x99\x87\x20\xf0\x9f\x92\x81\x20\xf0\x9f\x99\x85\x20\xf0\x9f\x99\x86\x20\xf0\x9f" |
| 379 | "\x99\x8b\x20\xf0\x9f\x99\x8e\x20\xf0\x9f\x99\x8d" , |
| 380 | "\xf0\x9f\x90\xb5\x20\xf0\x9f\x99\x88\x20\xf0\x9f\x99\x89\x20\xf0\x9f\x99\x8a" , |
| 381 | "\xe2\x9d\xa4\xef\xb8\x8f\x20\xf0\x9f\x92\x94\x20\xf0\x9f\x92\x8c\x20\xf0\x9f\x92\x95\x20\xf0\x9f\x92\x9e\x20" |
| 382 | "\xf0\x9f\x92\x93\x20\xf0\x9f\x92\x97\x20\xf0\x9f\x92\x96\x20\xf0\x9f\x92\x98\x20\xf0\x9f\x92\x9d\x20\xf0\x9f" |
| 383 | "\x92\x9f\x20\xf0\x9f\x92\x9c\x20\xf0\x9f\x92\x9b\x20\xf0\x9f\x92\x9a\x20\xf0\x9f\x92\x99" , |
| 384 | "\xe2\x9c\x8b\xf0\x9f\x8f\xbf\x20\xf0\x9f\x92\xaa\xf0\x9f\x8f\xbf\x20\xf0\x9f\x91\x90\xf0\x9f\x8f\xbf\x20\xf0" |
| 385 | "\x9f\x99\x8c\xf0\x9f\x8f\xbf\x20\xf0\x9f\x91\x8f\xf0\x9f\x8f\xbf\x20\xf0\x9f\x99\x8f\xf0\x9f\x8f\xbf" , |
| 386 | "\xf0\x9f\x9a\xbe\x20\xf0\x9f\x86\x92\x20\xf0\x9f\x86\x93\x20\xf0\x9f\x86\x95\x20\xf0\x9f\x86\x96\x20\xf0\x9f" |
| 387 | "\x86\x97\x20\xf0\x9f\x86\x99\x20\xf0\x9f\x8f\xa7" , |
| 388 | "\x30\xef\xb8\x8f\xe2\x83\xa3\x20\x31\xef\xb8\x8f\xe2\x83\xa3\x20\x32\xef\xb8\x8f\xe2\x83\xa3\x20\x33\xef\xb8" |
| 389 | "\x8f\xe2\x83\xa3\x20\x34\xef\xb8\x8f\xe2\x83\xa3\x20\x35\xef\xb8\x8f\xe2\x83\xa3\x20\x36\xef\xb8\x8f\xe2\x83" |
| 390 | "\xa3\x20\x37\xef\xb8\x8f\xe2\x83\xa3\x20\x38\xef\xb8\x8f\xe2\x83\xa3\x20\x39\xef\xb8\x8f\xe2\x83\xa3\x20\xf0" |
| 391 | "\x9f\x94\x9f" , |
| 392 | "# Regional Indicator Symbols" , |
| 393 | "#" , |
| 394 | "# Regional Indicator Symbols can be displayed differently across" , |
| 395 | "# fonts, and have a number of special behaviors" , |
| 396 | "\xf0\x9f\x87\xba\xf0\x9f\x87\xb8\xf0\x9f\x87\xb7\xf0\x9f\x87\xba\xf0\x9f\x87\xb8\x20\xf0\x9f\x87\xa6\xf0\x9f" |
| 397 | "\x87\xab\xf0\x9f\x87\xa6\xf0\x9f\x87\xb2\xf0\x9f\x87\xb8" , |
| 398 | "\xf0\x9f\x87\xba\xf0\x9f\x87\xb8\xf0\x9f\x87\xb7\xf0\x9f\x87\xba\xf0\x9f\x87\xb8\xf0\x9f\x87\xa6\xf0\x9f\x87" |
| 399 | "\xab\xf0\x9f\x87\xa6\xf0\x9f\x87\xb2" , |
| 400 | "\xf0\x9f\x87\xba\xf0\x9f\x87\xb8\xf0\x9f\x87\xb7\xf0\x9f\x87\xba\xf0\x9f\x87\xb8\xf0\x9f\x87\xa6" , |
| 401 | "# Unicode Numbers" , |
| 402 | "#" , |
| 403 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x75\x6e\x69" |
| 404 | "\x63\x6f\x64\x65\x20\x6e\x75\x6d\x62\x65\x72\x73\x3b\x20\x69\x66\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x20\x69" |
| 405 | "\x73\x20\x6c\x6f\x63\x61\x6c\x69\x7a\x65\x64\x2c\x20\x69\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x73\x65\x65\x20" |
| 406 | "\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x61\x73\x20\x6e\x75\x6d\x65\x72\x69\x63" , |
| 407 | "\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93" , |
| 408 | "\xd9\xa1\xd9\xa2\xd9\xa3" , |
| 409 | "# Right-To-Left Strings" , |
| 410 | "#" , |
| 411 | "# Strings which contain text that should be rendered RTL if possible (e.g. Arabic, Hebrew)" , |
| 412 | "\xd8\xab\xd9\x85\x20\xd9\x86\xd9\x81\xd8\xb3\x20\xd8\xb3\xd9\x82\xd8\xb7\xd8\xaa\x20\xd9\x88\xd8\xa8\xd8\xa7" |
| 413 | "\xd9\x84\xd8\xaa\xd8\xad\xd8\xaf\xd9\x8a\xd8\xaf\xd8\x8c\x2c\x20\xd8\xac\xd8\xb2\xd9\x8a\xd8\xb1\xd8\xaa\xd9" |
| 414 | "\x8a\x20\xd8\xa8\xd8\xa7\xd8\xb3\xd8\xaa\xd8\xae\xd8\xaf\xd8\xa7\xd9\x85\x20\xd8\xa3\xd9\x86\x20\xd8\xaf\xd9" |
| 415 | "\x86\xd9\x88\x2e\x20\xd8\xa5\xd8\xb0\x20\xd9\x87\xd9\x86\xd8\xa7\xd8\x9f\x20\xd8\xa7\xd9\x84\xd8\xb3\xd8\xaa" |
| 416 | "\xd8\xa7\xd8\xb1\x20\xd9\x88\xd8\xaa\xd9\x86\xd8\xb5\xd9\x8a\xd8\xa8\x20\xd9\x83\xd8\xa7\xd9\x86\x2e\x20\xd8" |
| 417 | "\xa3\xd9\x87\xd9\x91\xd9\x84\x20\xd8\xa7\xd9\x8a\xd8\xb7\xd8\xa7\xd9\x84\xd9\x8a\xd8\xa7\xd8\x8c\x20\xd8\xa8" |
| 418 | "\xd8\xb1\xd9\x8a\xd8\xb7\xd8\xa7\xd9\x86\xd9\x8a\xd8\xa7\x2d\xd9\x81\xd8\xb1\xd9\x86\xd8\xb3\xd8\xa7\x20\xd9" |
| 419 | "\x82\xd8\xaf\x20\xd8\xa3\xd8\xae\xd8\xb0\x2e\x20\xd8\xb3\xd9\x84\xd9\x8a\xd9\x85\xd8\xa7\xd9\x86\xd8\x8c\x20" |
| 420 | "\xd8\xa5\xd8\xaa\xd9\x81\xd8\xa7\xd9\x82\xd9\x8a\xd8\xa9\x20\xd8\xa8\xd9\x8a\xd9\x86\x20\xd9\x85\xd8\xa7\x2c" |
| 421 | "\x20\xd9\x8a\xd8\xb0\xd9\x83\xd8\xb1\x20\xd8\xa7\xd9\x84\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf\x20\xd8\xa3\xd9\x8a" |
| 422 | "\x20\xd8\xa8\xd8\xb9\xd8\xaf\x2c\x20\xd9\x85\xd8\xb9\xd8\xa7\xd9\x85\xd9\x84\xd8\xa9\x20\xd8\xa8\xd9\x88\xd9" |
| 423 | "\x84\xd9\x86\xd8\xaf\xd8\xa7\xd8\x8c\x20\xd8\xa7\xd9\x84\xd8\xa5\xd8\xb7\xd9\x84\xd8\xa7\xd9\x82\x20\xd8\xb9" |
| 424 | "\xd9\x84\x20\xd8\xa5\xd9\x8a\xd9\x88\x2e" , |
| 425 | "\xd7\x91\xd6\xb0\xd6\xbc\xd7\xa8\xd6\xb5\xd7\x90\xd7\xa9\xd6\xb4\xd7\x81\xd7\x99\xd7\xaa\x2c\x20\xd7\x91\xd6" |
| 426 | "\xb8\xd6\xbc\xd7\xa8\xd6\xb8\xd7\x90\x20\xd7\x90\xd6\xb1\xd7\x9c\xd6\xb9\xd7\x94\xd6\xb4\xd7\x99\xd7\x9d\x2c" |
| 427 | "\x20\xd7\x90\xd6\xb5\xd7\xaa\x20\xd7\x94\xd6\xb7\xd7\xa9\xd6\xb8\xd6\xbc\xd7\x81\xd7\x9e\xd6\xb7\xd7\x99\xd6" |
| 428 | "\xb4\xd7\x9d\x2c\x20\xd7\x95\xd6\xb0\xd7\x90\xd6\xb5\xd7\xaa\x20\xd7\x94\xd6\xb8\xd7\x90\xd6\xb8\xd7\xa8\xd6" |
| 429 | "\xb6\xd7\xa5" , |
| 430 | "\xd7\x94\xd6\xb8\xd7\x99\xd6\xb0\xd7\xaa\xd6\xb8\xd7\x94\x74\x65\x73\x74\xd8\xa7\xd9\x84\xd8\xb5\xd9\x81\xd8" |
| 431 | "\xad\xd8\xa7\xd8\xaa\x20\xd8\xa7\xd9\x84\xd8\xaa\xd9\x91\xd8\xad\xd9\x88\xd9\x84" , |
| 432 | "\xef\xb7\xbd" , |
| 433 | "\xef\xb7\xba" , |
| 434 | "\xd9\x85\xd9\x8f\xd9\x86\xd9\x8e\xd8\xa7\xd9\x82\xd9\x8e\xd8\xb4\xd9\x8e\xd8\xa9\xd9\x8f\x20\xd8\xb3\xd9\x8f" |
| 435 | "\xd8\xa8\xd9\x8f\xd9\x84\xd9\x90\x20\xd8\xa7\xd9\x90\xd8\xb3\xd9\x92\xd8\xaa\xd9\x90\xd8\xae\xd9\x92\xd8\xaf" |
| 436 | "\xd9\x8e\xd8\xa7\xd9\x85\xd9\x90\x20\xd8\xa7\xd9\x84\xd9\x84\xd9\x91\xd9\x8f\xd8\xba\xd9\x8e\xd8\xa9\xd9\x90" |
| 437 | "\x20\xd9\x81\xd9\x90\xd9\x8a\x20\xd8\xa7\xd9\x84\xd9\x86\xd9\x91\xd9\x8f\xd8\xb8\xd9\x8f\xd9\x85\xd9\x90\x20" |
| 438 | "\xd8\xa7\xd9\x84\xd9\x92\xd9\x82\xd9\x8e\xd8\xa7\xd8\xa6\xd9\x90\xd9\x85\xd9\x8e\xd8\xa9\xd9\x90\x20\xd9\x88" |
| 439 | "\xd9\x8e\xd9\x81\xd9\x90\xd9\x8a\xd9\x85\x20\xd9\x8a\xd9\x8e\xd8\xae\xd9\x8f\xd8\xb5\xd9\x91\xd9\x8e\x20\xd8" |
| 440 | "\xa7\xd9\x84\xd8\xaa\xd9\x91\xd9\x8e\xd8\xb7\xd9\x92\xd8\xa8\xd9\x90\xd9\x8a\xd9\x82\xd9\x8e\xd8\xa7\xd8\xaa" |
| 441 | "\xd9\x8f\x20\xd8\xa7\xd9\x84\xd9\x92\xd8\xad\xd8\xa7\xd8\xb3\xd9\x8f\xd9\x88\xd8\xa8\xd9\x90\xd9\x8a\xd9\x91" |
| 442 | "\xd9\x8e\xd8\xa9\xd9\x8f\xd8\x8c" , |
| 443 | "# Trick Unicode" , |
| 444 | "#" , |
| 445 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x75\x6e\x69" |
| 446 | "\x63\x6f\x64\x65\x20\x77\x69\x74\x68\x20\x75\x6e\x75\x73\x75\x61\x6c\x20\x70\x72\x6f\x70\x65\x72\x74\x69\x65" |
| 447 | "\x73\x20\x28\x65\x2e\x67\x2e\x20\x52\x69\x67\x68\x74\x2d\x74\x6f\x2d\x6c\x65\x66\x74\x20\x6f\x76\x65\x72\x72" |
| 448 | "\x69\x64\x65\x29\x20\x28\x63\x2e\x66\x2e\x20\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x75\x6e\x69\x63\x6f" |
| 449 | "\x64\x65\x2e\x6f\x72\x67\x2f\x63\x68\x61\x72\x74\x73\x2f\x50\x44\x46\x2f\x55\x32\x30\x30\x30\x2e\x70\x64\x66" |
| 450 | "\x29" , |
| 451 | "\xe2\x80\xaa\xe2\x80\xaa\x74\x65\x73\x74\xe2\x80\xaa" , |
| 452 | "\xe2\x80\xab\x74\x65\x73\x74\xe2\x80\xab" , |
| 453 | "\xe2\x80\xa9\x74\x65\x73\x74\xe2\x80\xa9" , |
| 454 | "\x74\x65\x73\x74\xe2\x81\xa0\x74\x65\x73\x74\xe2\x80\xab" , |
| 455 | "\xe2\x81\xa6\x74\x65\x73\x74\xe2\x81\xa7" , |
| 456 | "# Zalgo Text" , |
| 457 | "#" , |
| 458 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x22\x63\x6f" |
| 459 | "\x72\x72\x75\x70\x74\x65\x64\x22\x20\x74\x65\x78\x74\x2e\x20\x54\x68\x65\x20\x63\x6f\x72\x72\x75\x70\x74\x69" |
| 460 | "\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x6e\x6f\x74\x20\x61\x70\x70\x65\x61\x72\x20\x69\x6e\x20\x6e\x6f\x6e\x2d\x48" |
| 461 | "\x54\x4d\x4c\x20\x74\x65\x78\x74\x2c\x20\x68\x6f\x77\x65\x76\x65\x72\x2e\x20\x28\x76\x69\x61\x20\x68\x74\x74" |
| 462 | "\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x65\x65\x65\x6d\x6f\x2e\x6e\x65\x74\x29" , |
| 463 | "\xe1\xb9\xb0\xcc\xba\xcc\xba\xcc\x95\x6f\xcd\x9e\x20\xcc\xb7\x69\xcc\xb2\xcc\xac\xcd\x87\xcc\xaa\xcd\x99\x6e" |
| 464 | "\xcc\x9d\xcc\x97\xcd\x95\x76\xcc\x9f\xcc\x9c\xcc\x98\xcc\xa6\xcd\x9f\x6f\xcc\xb6\xcc\x99\xcc\xb0\xcc\xa0\x6b" |
| 465 | "\xc3\xa8\xcd\x9a\xcc\xae\xcc\xba\xcc\xaa\xcc\xb9\xcc\xb1\xcc\xa4\x20\xcc\x96\x74\xcc\x9d\xcd\x95\xcc\xb3\xcc" |
| 466 | "\xa3\xcc\xbb\xcc\xaa\xcd\x9e\x68\xcc\xbc\xcd\x93\xcc\xb2\xcc\xa6\xcc\xb3\xcc\x98\xcc\xb2\x65\xcd\x87\xcc\xa3" |
| 467 | "\xcc\xb0\xcc\xa6\xcc\xac\xcd\x8e\x20\xcc\xa2\xcc\xbc\xcc\xbb\xcc\xb1\xcc\x98\x68\xcd\x9a\xcd\x8e\xcd\x99\xcc" |
| 468 | "\x9c\xcc\xa3\xcc\xb2\xcd\x85\x69\xcc\xa6\xcc\xb2\xcc\xa3\xcc\xb0\xcc\xa4\x76\xcc\xbb\xcd\x8d\x65\xcc\xba\xcc" |
| 469 | "\xad\xcc\xb3\xcc\xaa\xcc\xb0\x2d\x6d\xcc\xa2\x69\xcd\x85\x6e\xcc\x96\xcc\xba\xcc\x9e\xcc\xb2\xcc\xaf\xcc\xb0" |
| 470 | "\x64\xcc\xb5\xcc\xbc\xcc\x9f\xcd\x99\xcc\xa9\xcc\xbc\xcc\x98\xcc\xb3\x20\xcc\x9e\xcc\xa5\xcc\xb1\xcc\xb3\xcc" |
| 471 | "\xad\x72\xcc\x9b\xcc\x97\xcc\x98\x65\xcd\x99\x70\xcd\xa0\x72\xcc\xbc\xcc\x9e\xcc\xbb\xcc\xad\xcc\x97\x65\xcc" |
| 472 | "\xba\xcc\xa0\xcc\xa3\xcd\x9f\x73\xcc\x98\xcd\x87\xcc\xb3\xcd\x8d\xcc\x9d\xcd\x89\x65\xcd\x89\xcc\xa5\xcc\xaf" |
| 473 | "\xcc\x9e\xcc\xb2\xcd\x9a\xcc\xac\xcd\x9c\xc7\xb9\xcc\xac\xcd\x8e\xcd\x8e\xcc\x9f\xcc\x96\xcd\x87\xcc\xa4\x74" |
| 474 | "\xcd\x8d\xcc\xac\xcc\xa4\xcd\x93\xcc\xbc\xcc\xad\xcd\x98\xcd\x85\x69\xcc\xaa\xcc\xb1\x6e\xcd\xa0\x67\xcc\xb4" |
| 475 | "\xcd\x89\x20\xcd\x8f\xcd\x89\xcd\x85\x63\xcc\xac\xcc\x9f\x68\xcd\xa1\x61\xcc\xab\xcc\xbb\xcc\xaf\xcd\x98\x6f" |
| 476 | "\xcc\xab\xcc\x9f\xcc\x96\xcd\x8d\xcc\x99\xcc\x9d\xcd\x89\x73\xcc\x97\xcc\xa6\xcc\xb2\x2e\xcc\xa8\xcc\xb9\xcd" |
| 477 | "\x88\xcc\xa3" , |
| 478 | "\xcc\xa1\xcd\x93\xcc\x9e\xcd\x85\x49\xcc\x97\xcc\x98\xcc\xa6\xcd\x9d\x6e\xcd\x87\xcd\x87\xcd\x99\x76\xcc\xae" |
| 479 | "\xcc\xab\x6f\x6b\xcc\xb2\xcc\xab\xcc\x99\xcd\x88\x69\xcc\x96\xcd\x99\xcc\xad\xcc\xb9\xcc\xa0\xcc\x9e\x6e\xcc" |
| 480 | "\xa1\xcc\xbb\xcc\xae\xcc\xa3\xcc\xba\x67\xcc\xb2\xcd\x88\xcd\x99\xcc\xad\xcd\x99\xcc\xac\xcd\x8e\x20\xcc\xb0" |
| 481 | "\x74\xcd\x94\xcc\xa6\x68\xcc\x9e\xcc\xb2\x65\xcc\xa2\xcc\xa4\x20\xcd\x8d\xcc\xac\xcc\xb2\xcd\x96\x66\xcc\xb4" |
| 482 | "\xcc\x98\xcd\x95\xcc\xa3\xc3\xa8\xcd\x96\xe1\xba\xb9\xcc\xa5\xcc\xa9\x6c\xcd\x96\xcd\x94\xcd\x9a\x69\xcd\x93" |
| 483 | "\xcd\x9a\xcc\xa6\xcd\xa0\x6e\xcd\x96\xcd\x8d\xcc\x97\xcd\x93\xcc\xb3\xcc\xae\x67\xcd\x8d\x20\xcc\xa8\x6f\xcd" |
| 484 | "\x9a\xcc\xaa\xcd\xa1\x66\xcc\x98\xcc\xa3\xcc\xac\x20\xcc\x96\xcc\x98\xcd\x96\xcc\x9f\xcd\x99\xcc\xae\x63\xd2" |
| 485 | "\x89\xcd\x94\xcc\xab\xcd\x96\xcd\x93\xcd\x87\xcd\x96\xcd\x85\x68\xcc\xb5\xcc\xa4\xcc\xa3\xcd\x9a\xcd\x94\xc3" |
| 486 | "\xa1\xcc\x97\xcc\xbc\xcd\x95\xcd\x85\x6f\xcc\xbc\xcc\xa3\xcc\xa5\x73\xcc\xb1\xcd\x88\xcc\xba\xcc\x96\xcc\xa6" |
| 487 | "\xcc\xbb\xcd\xa2\x2e\xcc\x9b\xcc\x96\xcc\x9e\xcc\xa0\xcc\xab\xcc\xb0" , |
| 488 | "\xcc\x97\xcc\xba\xcd\x96\xcc\xb9\xcc\xaf\xcd\x93\xe1\xb9\xae\xcc\xa4\xcd\x8d\xcc\xa5\xcd\x87\xcd\x88\x68\xcc" |
| 489 | "\xb2\xcc\x81\x65\xcd\x8f\xcd\x93\xcc\xbc\xcc\x97\xcc\x99\xcc\xbc\xcc\xa3\xcd\x94\x20\xcd\x87\xcc\x9c\xcc\xb1" |
| 490 | "\xcc\xa0\xcd\x93\xcd\x8d\xcd\x85\x4e\xcd\x95\xcd\xa0\x65\xcc\x97\xcc\xb1\x7a\xcc\x98\xcc\x9d\xcc\x9c\xcc\xba" |
| 491 | "\xcd\x99\x70\xcc\xa4\xcc\xba\xcc\xb9\xcd\x8d\xcc\xaf\xcd\x9a\x65\xcc\xa0\xcc\xbb\xcc\xa0\xcd\x9c\x72\xcc\xa8" |
| 492 | "\xcc\xa4\xcd\x8d\xcc\xba\xcc\x96\xcd\x94\xcc\x96\xcc\x96\x64\xcc\xa0\xcc\x9f\xcc\xad\xcc\xac\xcc\x9d\xcd\x9f" |
| 493 | "\x69\xcc\xa6\xcd\x96\xcc\xa9\xcd\x93\xcd\x94\xcc\xa4\x61\xcc\xa0\xcc\x97\xcc\xac\xcd\x89\xcc\x99\x6e\xcd\x9a" |
| 494 | "\xcd\x9c\x20\xcc\xbb\xcc\x9e\xcc\xb0\xcd\x9a\xcd\x85\x68\xcc\xb5\xcd\x89\x69\xcc\xb3\xcc\x9e\x76\xcc\xa2\xcd" |
| 495 | "\x87\xe1\xb8\x99\xcd\x8e\xcd\x9f\x2d\xd2\x89\xcc\xad\xcc\xa9\xcc\xbc\xcd\x94\x6d\xcc\xa4\xcc\xad\xcc\xab\x69" |
| 496 | "\xcd\x95\xcd\x87\xcc\x9d\xcc\xa6\x6e\xcc\x97\xcd\x99\xe1\xb8\x8d\xcc\x9f\x20\xcc\xaf\xcc\xb2\xcd\x95\xcd\x9e" |
| 497 | "\xc7\xab\xcc\x9f\xcc\xaf\xcc\xb0\xcc\xb2\xcd\x99\xcc\xbb\xcc\x9d\x66\x20\xcc\xaa\xcc\xb0\xcc\xb0\xcc\x97\xcc" |
| 498 | "\x96\xcc\xad\xcc\x98\xcd\x98\x63\xcc\xa6\xcd\x8d\xcc\xb2\xcc\x9e\xcd\x8d\xcc\xa9\xcc\x99\xe1\xb8\xa5\xcd\x9a" |
| 499 | "\x61\xcc\xae\xcd\x8e\xcc\x9f\xcc\x99\xcd\x9c\xc6\xa1\xcc\xa9\xcc\xb9\xcd\x8e\x73\xcc\xa4\x2e\xcc\x9d\xcc\x9d" |
| 500 | "\x20\xd2\x89\x5a\xcc\xa1\xcc\x96\xcc\x9c\xcd\x96\xcc\xb0\xcc\xa3\xcd\x89\xcc\x9c\x61\xcd\x96\xcc\xb0\xcd\x99" |
| 501 | "\xcc\xac\xcd\xa1\x6c\xcc\xb2\xcc\xab\xcc\xb3\xcd\x8d\xcc\xa9\x67\xcc\xa1\xcc\x9f\xcc\xbc\xcc\xb1\xcd\x9a\xcc" |
| 502 | "\x9e\xcc\xac\xcd\x85\x6f\xcc\x97\xcd\x9c\x2e\xcc\x9f" , |
| 503 | "\xcc\xa6\x48\xcc\xac\xcc\xa4\xcc\x97\xcc\xa4\xcd\x9d\x65\xcd\x9c\x20\xcc\x9c\xcc\xa5\xcc\x9d\xcc\xbb\xcd\x8d" |
| 504 | "\xcc\x9f\xcc\x81\x77\xcc\x95\x68\xcc\x96\xcc\xaf\xcd\x93\x6f\xcc\x9d\xcd\x99\xcc\x96\xcd\x8e\xcc\xb1\xcc\xae" |
| 505 | "\x20\xd2\x89\xcc\xba\xcc\x99\xcc\x9e\xcc\x9f\xcd\x88\x57\xcc\xb7\xcc\xbc\xcc\xad\x61\xcc\xba\xcc\xaa\xcd\x8d" |
| 506 | "\xc4\xaf\xcd\x88\xcd\x95\xcc\xad\xcd\x99\xcc\xaf\xcc\x9c\x74\xcc\xb6\xcc\xbc\xcc\xae\x73\xcc\x98\xcd\x99\xcd" |
| 507 | "\x96\xcc\x95\x20\xcc\xa0\xcc\xab\xcc\xa0\x42\xcc\xbb\xcd\x8d\xcd\x99\xcd\x89\xcc\xb3\xcd\x85\x65\xcc\xb5\x68" |
| 508 | "\xcc\xb5\xcc\xac\xcd\x87\xcc\xab\xcd\x99\x69\xcc\xb9\xcd\x93\xcc\xb3\xcc\xb3\xcc\xae\xcd\x8e\xcc\xab\xcc\x95" |
| 509 | "\x6e\xcd\x9f\x64\xcc\xb4\xcc\xaa\xcc\x9c\xcc\x96\x20\xcc\xb0\xcd\x89\xcc\xa9\xcd\x87\xcd\x99\xcc\xb2\xcd\x9e" |
| 510 | "\xcd\x85\x54\xcd\x96\xcc\xbc\xcd\x93\xcc\xaa\xcd\xa2\x68\xcd\x8f\xcd\x93\xcc\xae\xcc\xbb\x65\xcc\xac\xcc\x9d" |
| 511 | "\xcc\x9f\xcd\x85\x20\xcc\xa4\xcc\xb9\xcc\x9d\x57\xcd\x99\xcc\x9e\xcc\x9d\xcd\x94\xcd\x87\xcd\x9d\xcd\x85\x61" |
| 512 | "\xcd\x8f\xcd\x93\xcd\x94\xcc\xb9\xcc\xbc\xcc\xa3\x6c\xcc\xb4\xcd\x94\xcc\xb0\xcc\xa4\xcc\x9f\xcd\x94\xe1\xb8" |
| 513 | "\xbd\xcc\xab\x2e\xcd\x95" , |
| 514 | "\x5a\xcc\xae\xcc\x9e\xcc\xa0\xcd\x99\xcd\x94\xcd\x85\xe1\xb8\x80\xcc\x97\xcc\x9e\xcd\x88\xcc\xbb\xcc\x97\xe1" |
| 515 | "\xb8\xb6\xcd\x99\xcd\x8e\xcc\xaf\xcc\xb9\xcc\x9e\xcd\x93\x47\xcc\xbb\x4f\xcc\xad\xcc\x97\xcc\xae" , |
| 516 | "# Unicode Upsidedown" , |
| 517 | "#" , |
| 518 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x75\x6e\x69" |
| 519 | "\x63\x6f\x64\x65\x20\x77\x69\x74\x68\x20\x61\x6e\x20\x22\x75\x70\x73\x69\x64\x65\x64\x6f\x77\x6e\x22\x20\x65" |
| 520 | "\x66\x66\x65\x63\x74\x20\x28\x76\x69\x61\x20\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x75\x70\x73\x69\x64" |
| 521 | "\x65\x64\x6f\x77\x6e\x74\x65\x78\x74\x2e\x63\x6f\x6d\x29" , |
| 522 | "\xcb\x99\xc9\x90\x6e\x62\xe1\xb4\x89\x6c\xc9\x90\x20\xc9\x90\x75\xc6\x83\xc9\x90\xc9\xaf\x20\xc7\x9d\xc9\xb9" |
| 523 | "\x6f\x6c\x6f\x70\x20\xca\x87\xc7\x9d\x20\xc7\x9d\xc9\xb9\x6f\x71\xc9\x90\x6c\x20\xca\x87\x6e\x20\xca\x87\x75" |
| 524 | "\x6e\x70\xe1\xb4\x89\x70\xe1\xb4\x89\xc9\x94\x75\xe1\xb4\x89\x20\xc9\xb9\x6f\x64\xc9\xaf\xc7\x9d\xca\x87\x20" |
| 525 | "\x70\x6f\xc9\xaf\x73\x6e\xe1\xb4\x89\xc7\x9d\x20\x6f\x70\x20\x70\xc7\x9d\x73\x20\x27\xca\x87\xe1\xb4\x89\x6c" |
| 526 | "\xc7\x9d\x20\xc6\x83\x75\xe1\xb4\x89\xc9\x94\x73\xe1\xb4\x89\x64\xe1\xb4\x89\x70\xc9\x90\x20\xc9\xb9\x6e\xca" |
| 527 | "\x87\xc7\x9d\xca\x87\xc9\x94\xc7\x9d\x73\x75\x6f\xc9\x94\x20\x27\xca\x87\xc7\x9d\xc9\xaf\xc9\x90\x20\xca\x87" |
| 528 | "\xe1\xb4\x89\x73\x20\xc9\xb9\x6f\x6c\x6f\x70\x20\xc9\xaf\x6e\x73\x64\xe1\xb4\x89\x20\xc9\xaf\xc7\x9d\xc9\xb9" |
| 529 | "\x6f\xcb\xa5" , |
| 530 | "\x30\x30\xcb\x99\xc6\x96\x24\x2d" , |
| 531 | "# Unicode font" , |
| 532 | "#" , |
| 533 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x62\x6f\x6c" |
| 534 | "\x64\x2f\x69\x74\x61\x6c\x69\x63\x2f\x65\x74\x63\x2e\x20\x76\x65\x72\x73\x69\x6f\x6e\x73\x20\x6f\x66\x20\x6e" |
| 535 | "\x6f\x72\x6d\x61\x6c\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x73" , |
| 536 | "\xef\xbc\xb4\xef\xbd\x88\xef\xbd\x85\x20\xef\xbd\x91\xef\xbd\x95\xef\xbd\x89\xef\xbd\x83\xef\xbd\x8b\x20\xef" |
| 537 | "\xbd\x82\xef\xbd\x92\xef\xbd\x8f\xef\xbd\x97\xef\xbd\x8e\x20\xef\xbd\x86\xef\xbd\x8f\xef\xbd\x98\x20\xef\xbd" |
| 538 | "\x8a\xef\xbd\x95\xef\xbd\x8d\xef\xbd\x90\xef\xbd\x93\x20\xef\xbd\x8f\xef\xbd\x96\xef\xbd\x85\xef\xbd\x92\x20" |
| 539 | "\xef\xbd\x94\xef\xbd\x88\xef\xbd\x85\x20\xef\xbd\x8c\xef\xbd\x81\xef\xbd\x9a\xef\xbd\x99\x20\xef\xbd\x84\xef" |
| 540 | "\xbd\x8f\xef\xbd\x87" , |
| 541 | "\xf0\x9d\x90\x93\xf0\x9d\x90\xa1\xf0\x9d\x90\x9e\x20\xf0\x9d\x90\xaa\xf0\x9d\x90\xae\xf0\x9d\x90\xa2\xf0\x9d" |
| 542 | "\x90\x9c\xf0\x9d\x90\xa4\x20\xf0\x9d\x90\x9b\xf0\x9d\x90\xab\xf0\x9d\x90\xa8\xf0\x9d\x90\xb0\xf0\x9d\x90\xa7" |
| 543 | "\x20\xf0\x9d\x90\x9f\xf0\x9d\x90\xa8\xf0\x9d\x90\xb1\x20\xf0\x9d\x90\xa3\xf0\x9d\x90\xae\xf0\x9d\x90\xa6\xf0" |
| 544 | "\x9d\x90\xa9\xf0\x9d\x90\xac\x20\xf0\x9d\x90\xa8\xf0\x9d\x90\xaf\xf0\x9d\x90\x9e\xf0\x9d\x90\xab\x20\xf0\x9d" |
| 545 | "\x90\xad\xf0\x9d\x90\xa1\xf0\x9d\x90\x9e\x20\xf0\x9d\x90\xa5\xf0\x9d\x90\x9a\xf0\x9d\x90\xb3\xf0\x9d\x90\xb2" |
| 546 | "\x20\xf0\x9d\x90\x9d\xf0\x9d\x90\xa8\xf0\x9d\x90\xa0" , |
| 547 | "\xf0\x9d\x95\xbf\xf0\x9d\x96\x8d\xf0\x9d\x96\x8a\x20\xf0\x9d\x96\x96\xf0\x9d\x96\x9a\xf0\x9d\x96\x8e\xf0\x9d" |
| 548 | "\x96\x88\xf0\x9d\x96\x90\x20\xf0\x9d\x96\x87\xf0\x9d\x96\x97\xf0\x9d\x96\x94\xf0\x9d\x96\x9c\xf0\x9d\x96\x93" |
| 549 | "\x20\xf0\x9d\x96\x8b\xf0\x9d\x96\x94\xf0\x9d\x96\x9d\x20\xf0\x9d\x96\x8f\xf0\x9d\x96\x9a\xf0\x9d\x96\x92\xf0" |
| 550 | "\x9d\x96\x95\xf0\x9d\x96\x98\x20\xf0\x9d\x96\x94\xf0\x9d\x96\x9b\xf0\x9d\x96\x8a\xf0\x9d\x96\x97\x20\xf0\x9d" |
| 551 | "\x96\x99\xf0\x9d\x96\x8d\xf0\x9d\x96\x8a\x20\xf0\x9d\x96\x91\xf0\x9d\x96\x86\xf0\x9d\x96\x9f\xf0\x9d\x96\x9e" |
| 552 | "\x20\xf0\x9d\x96\x89\xf0\x9d\x96\x94\xf0\x9d\x96\x8c" , |
| 553 | "\xf0\x9d\x91\xbb\xf0\x9d\x92\x89\xf0\x9d\x92\x86\x20\xf0\x9d\x92\x92\xf0\x9d\x92\x96\xf0\x9d\x92\x8a\xf0\x9d" |
| 554 | "\x92\x84\xf0\x9d\x92\x8c\x20\xf0\x9d\x92\x83\xf0\x9d\x92\x93\xf0\x9d\x92\x90\xf0\x9d\x92\x98\xf0\x9d\x92\x8f" |
| 555 | "\x20\xf0\x9d\x92\x87\xf0\x9d\x92\x90\xf0\x9d\x92\x99\x20\xf0\x9d\x92\x8b\xf0\x9d\x92\x96\xf0\x9d\x92\x8e\xf0" |
| 556 | "\x9d\x92\x91\xf0\x9d\x92\x94\x20\xf0\x9d\x92\x90\xf0\x9d\x92\x97\xf0\x9d\x92\x86\xf0\x9d\x92\x93\x20\xf0\x9d" |
| 557 | "\x92\x95\xf0\x9d\x92\x89\xf0\x9d\x92\x86\x20\xf0\x9d\x92\x8d\xf0\x9d\x92\x82\xf0\x9d\x92\x9b\xf0\x9d\x92\x9a" |
| 558 | "\x20\xf0\x9d\x92\x85\xf0\x9d\x92\x90\xf0\x9d\x92\x88" , |
| 559 | "\xf0\x9d\x93\xa3\xf0\x9d\x93\xb1\xf0\x9d\x93\xae\x20\xf0\x9d\x93\xba\xf0\x9d\x93\xbe\xf0\x9d\x93\xb2\xf0\x9d" |
| 560 | "\x93\xac\xf0\x9d\x93\xb4\x20\xf0\x9d\x93\xab\xf0\x9d\x93\xbb\xf0\x9d\x93\xb8\xf0\x9d\x94\x80\xf0\x9d\x93\xb7" |
| 561 | "\x20\xf0\x9d\x93\xaf\xf0\x9d\x93\xb8\xf0\x9d\x94\x81\x20\xf0\x9d\x93\xb3\xf0\x9d\x93\xbe\xf0\x9d\x93\xb6\xf0" |
| 562 | "\x9d\x93\xb9\xf0\x9d\x93\xbc\x20\xf0\x9d\x93\xb8\xf0\x9d\x93\xbf\xf0\x9d\x93\xae\xf0\x9d\x93\xbb\x20\xf0\x9d" |
| 563 | "\x93\xbd\xf0\x9d\x93\xb1\xf0\x9d\x93\xae\x20\xf0\x9d\x93\xb5\xf0\x9d\x93\xaa\xf0\x9d\x94\x83\xf0\x9d\x94\x82" |
| 564 | "\x20\xf0\x9d\x93\xad\xf0\x9d\x93\xb8\xf0\x9d\x93\xb0" , |
| 565 | "\xf0\x9d\x95\x8b\xf0\x9d\x95\x99\xf0\x9d\x95\x96\x20\xf0\x9d\x95\xa2\xf0\x9d\x95\xa6\xf0\x9d\x95\x9a\xf0\x9d" |
| 566 | "\x95\x94\xf0\x9d\x95\x9c\x20\xf0\x9d\x95\x93\xf0\x9d\x95\xa3\xf0\x9d\x95\xa0\xf0\x9d\x95\xa8\xf0\x9d\x95\x9f" |
| 567 | "\x20\xf0\x9d\x95\x97\xf0\x9d\x95\xa0\xf0\x9d\x95\xa9\x20\xf0\x9d\x95\x9b\xf0\x9d\x95\xa6\xf0\x9d\x95\x9e\xf0" |
| 568 | "\x9d\x95\xa1\xf0\x9d\x95\xa4\x20\xf0\x9d\x95\xa0\xf0\x9d\x95\xa7\xf0\x9d\x95\x96\xf0\x9d\x95\xa3\x20\xf0\x9d" |
| 569 | "\x95\xa5\xf0\x9d\x95\x99\xf0\x9d\x95\x96\x20\xf0\x9d\x95\x9d\xf0\x9d\x95\x92\xf0\x9d\x95\xab\xf0\x9d\x95\xaa" |
| 570 | "\x20\xf0\x9d\x95\x95\xf0\x9d\x95\xa0\xf0\x9d\x95\x98" , |
| 571 | "\xf0\x9d\x9a\x83\xf0\x9d\x9a\x91\xf0\x9d\x9a\x8e\x20\xf0\x9d\x9a\x9a\xf0\x9d\x9a\x9e\xf0\x9d\x9a\x92\xf0\x9d" |
| 572 | "\x9a\x8c\xf0\x9d\x9a\x94\x20\xf0\x9d\x9a\x8b\xf0\x9d\x9a\x9b\xf0\x9d\x9a\x98\xf0\x9d\x9a\xa0\xf0\x9d\x9a\x97" |
| 573 | "\x20\xf0\x9d\x9a\x8f\xf0\x9d\x9a\x98\xf0\x9d\x9a\xa1\x20\xf0\x9d\x9a\x93\xf0\x9d\x9a\x9e\xf0\x9d\x9a\x96\xf0" |
| 574 | "\x9d\x9a\x99\xf0\x9d\x9a\x9c\x20\xf0\x9d\x9a\x98\xf0\x9d\x9a\x9f\xf0\x9d\x9a\x8e\xf0\x9d\x9a\x9b\x20\xf0\x9d" |
| 575 | "\x9a\x9d\xf0\x9d\x9a\x91\xf0\x9d\x9a\x8e\x20\xf0\x9d\x9a\x95\xf0\x9d\x9a\x8a\xf0\x9d\x9a\xa3\xf0\x9d\x9a\xa2" |
| 576 | "\x20\xf0\x9d\x9a\x8d\xf0\x9d\x9a\x98\xf0\x9d\x9a\x90" , |
| 577 | "\xe2\x92\xaf\xe2\x92\xa3\xe2\x92\xa0\x20\xe2\x92\xac\xe2\x92\xb0\xe2\x92\xa4\xe2\x92\x9e\xe2\x92\xa6\x20\xe2" |
| 578 | "\x92\x9d\xe2\x92\xad\xe2\x92\xaa\xe2\x92\xb2\xe2\x92\xa9\x20\xe2\x92\xa1\xe2\x92\xaa\xe2\x92\xb3\x20\xe2\x92" |
| 579 | "\xa5\xe2\x92\xb0\xe2\x92\xa8\xe2\x92\xab\xe2\x92\xae\x20\xe2\x92\xaa\xe2\x92\xb1\xe2\x92\xa0\xe2\x92\xad\x20" |
| 580 | "\xe2\x92\xaf\xe2\x92\xa3\xe2\x92\xa0\x20\xe2\x92\xa7\xe2\x92\x9c\xe2\x92\xb5\xe2\x92\xb4\x20\xe2\x92\x9f\xe2" |
| 581 | "\x92\xaa\xe2\x92\xa2" , |
| 582 | "# Script Injection" , |
| 583 | "#" , |
| 584 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x61\x74\x74\x65\x6d\x70\x74\x20\x74\x6f\x20" |
| 585 | "\x69\x6e\x76\x6f\x6b\x65\x20\x61\x20\x62\x65\x6e\x69\x67\x6e\x20\x73\x63\x72\x69\x70\x74\x20\x69\x6e\x6a\x65" |
| 586 | "\x63\x74\x69\x6f\x6e\x3b\x20\x73\x68\x6f\x77\x73\x20\x76\x75\x6c\x6e\x65\x72\x61\x62\x69\x6c\x69\x74\x79\x20" |
| 587 | "\x74\x6f\x20\x58\x53\x53" , |
| 588 | "\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 589 | "\x26\x6c\x74\x3b\x73\x63\x72\x69\x70\x74\x26\x67\x74\x3b\x61\x6c\x65\x72\x74\x28\x26\x23\x33\x39\x3b\x31\x32" |
| 590 | "\x33\x26\x23\x33\x39\x3b\x29\x3b\x26\x6c\x74\x3b\x2f\x73\x63\x72\x69\x70\x74\x26\x67\x74\x3b" , |
| 591 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x61\x6c\x65\x72\x74\x28\x31\x32" |
| 592 | "\x33\x29\x20\x2f\x3e" , |
| 593 | "\x3c\x73\x76\x67\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x31\x32\x33\x3c\x31\x3e\x61\x6c\x65\x72\x74\x28\x31\x32" |
| 594 | "\x33\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 595 | "\x22\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3c\x2f\x73\x63\x72\x69\x70" |
| 596 | "\x74\x3e" , |
| 597 | "\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3c\x2f\x73\x63\x72\x69\x70" |
| 598 | "\x74\x3e" , |
| 599 | "\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3c\x2f\x73\x63\x72\x69\x70\x74" |
| 600 | "\x3e" , |
| 601 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29" |
| 602 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 603 | "\x3c\x20\x2f\x20\x73\x63\x72\x69\x70\x74\x20\x3e\x3c\x20\x73\x63\x72\x69\x70\x74\x20\x3e\x61\x6c\x65\x72\x74" |
| 604 | "\x28\x31\x32\x33\x29\x3c\x20\x2f\x20\x73\x63\x72\x69\x70\x74\x20\x3e" , |
| 605 | "\x6f\x6e\x66\x6f\x63\x75\x73\x3d\x4a\x61\x56\x61\x53\x43\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x32" |
| 606 | "\x33\x29\x20\x61\x75\x74\x6f\x66\x6f\x63\x75\x73" , |
| 607 | "\x22\x20\x6f\x6e\x66\x6f\x63\x75\x73\x3d\x4a\x61\x56\x61\x53\x43\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28" |
| 608 | "\x31\x32\x33\x29\x20\x61\x75\x74\x6f\x66\x6f\x63\x75\x73" , |
| 609 | "\x27\x20\x6f\x6e\x66\x6f\x63\x75\x73\x3d\x4a\x61\x56\x61\x53\x43\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28" |
| 610 | "\x31\x32\x33\x29\x20\x61\x75\x74\x6f\x66\x6f\x63\x75\x73" , |
| 611 | "\xef\xbc\x9c\x73\x63\x72\x69\x70\x74\xef\xbc\x9e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\xef\xbc\x9c\x2f\x73" |
| 612 | "\x63\x72\x69\x70\x74\xef\xbc\x9e" , |
| 613 | "\x3c\x73\x63\x3c\x73\x63\x72\x69\x70\x74\x3e\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3c" |
| 614 | "\x2f\x73\x63\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e\x72\x69\x70\x74\x3e" , |
| 615 | "\x2d\x2d\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3c\x2f\x73\x63\x72\x69" |
| 616 | "\x70\x74\x3e" , |
| 617 | "\x22\x3b\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3b\x74\x3d\x22" , |
| 618 | "\x27\x3b\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3b\x74\x3d\x27" , |
| 619 | "\x4a\x61\x76\x61\x53\x43\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29" , |
| 620 | "\x3b\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3b" , |
| 621 | "\x73\x72\x63\x3d\x4a\x61\x56\x61\x53\x43\x72\x69\x70\x74\x3a\x70\x72\x6f\x6d\x70\x74\x28\x31\x33\x32\x29" , |
| 622 | "\x22\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3b\x3c\x2f\x73\x63\x72\x69" |
| 623 | "\x70\x74\x20\x78\x3d\x22" , |
| 624 | "\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3b\x3c\x2f\x73\x63\x72\x69" |
| 625 | "\x70\x74\x20\x78\x3d\x27" , |
| 626 | "\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29\x3b\x3c\x2f\x73\x63\x72\x69\x70" |
| 627 | "\x74\x20\x78\x3d" , |
| 628 | "\x22\x20\x61\x75\x74\x6f\x66\x6f\x63\x75\x73\x20\x6f\x6e\x6b\x65\x79\x75\x70\x3d\x22\x6a\x61\x76\x61\x73\x63" |
| 629 | "\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29" , |
| 630 | "\x27\x20\x61\x75\x74\x6f\x66\x6f\x63\x75\x73\x20\x6f\x6e\x6b\x65\x79\x75\x70\x3d\x27\x6a\x61\x76\x61\x73\x63" |
| 631 | "\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x32\x33\x29" , |
| 632 | "\x3c\x73\x63\x72\x69\x70\x74\x5c\x78\x32\x30\x74\x79\x70\x65\x3d\x22\x74\x65\x78\x74\x2f\x6a\x61\x76\x61\x73" |
| 633 | "\x63\x72\x69\x70\x74\x22\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3b" |
| 634 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 635 | "\x3c\x73\x63\x72\x69\x70\x74\x5c\x78\x33\x45\x74\x79\x70\x65\x3d\x22\x74\x65\x78\x74\x2f\x6a\x61\x76\x61\x73" |
| 636 | "\x63\x72\x69\x70\x74\x22\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3b" |
| 637 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 638 | "\x3c\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x44\x74\x79\x70\x65\x3d\x22\x74\x65\x78\x74\x2f\x6a\x61\x76\x61\x73" |
| 639 | "\x63\x72\x69\x70\x74\x22\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3b" |
| 640 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 641 | "\x3c\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x39\x74\x79\x70\x65\x3d\x22\x74\x65\x78\x74\x2f\x6a\x61\x76\x61\x73" |
| 642 | "\x63\x72\x69\x70\x74\x22\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3b" |
| 643 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 644 | "\x3c\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x43\x74\x79\x70\x65\x3d\x22\x74\x65\x78\x74\x2f\x6a\x61\x76\x61\x73" |
| 645 | "\x63\x72\x69\x70\x74\x22\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3b" |
| 646 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 647 | "\x3c\x73\x63\x72\x69\x70\x74\x5c\x78\x32\x46\x74\x79\x70\x65\x3d\x22\x74\x65\x78\x74\x2f\x6a\x61\x76\x61\x73" |
| 648 | "\x63\x72\x69\x70\x74\x22\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3b" |
| 649 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 650 | "\x3c\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x41\x74\x79\x70\x65\x3d\x22\x74\x65\x78\x74\x2f\x6a\x61\x76\x61\x73" |
| 651 | "\x63\x72\x69\x70\x74\x22\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3b" |
| 652 | "\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 653 | "\x27\x60\x22\x3e\x3c\x5c\x78\x33\x43\x73\x63\x72\x69\x70\x74\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 654 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 655 | "\x27\x60\x22\x3e\x3c\x5c\x78\x30\x30\x73\x63\x72\x69\x70\x74\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 656 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 657 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x5c\x78\x33\x41\x65\x78\x70\x72\x65\x73\x73" |
| 658 | "\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44\x45" |
| 659 | "\x46" , |
| 660 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e" |
| 661 | "\x5c\x78\x35\x43\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 662 | "\x45\x46" , |
| 663 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e" |
| 664 | "\x5c\x78\x30\x30\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 665 | "\x45\x46" , |
| 666 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x65\x78\x70\x5c\x78\x30\x30\x72\x65\x73" |
| 667 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 668 | "\x45\x46" , |
| 669 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x65\x78\x70\x5c\x78\x35\x43\x72\x65\x73" |
| 670 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 671 | "\x45\x46" , |
| 672 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x30\x41\x65\x78\x70\x72\x65\x73" |
| 673 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 674 | "\x45\x46" , |
| 675 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x30\x39\x65\x78\x70\x72\x65\x73" |
| 676 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 677 | "\x45\x46" , |
| 678 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x33\x5c\x78\x38\x30\x5c\x78" |
| 679 | "\x38\x30\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 680 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 681 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 682 | "\x38\x34\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 683 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 684 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x43\x32\x5c\x78\x41\x30\x65\x78" |
| 685 | "\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31" |
| 686 | "\x29\x22\x3e\x44\x45\x46" , |
| 687 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 688 | "\x38\x30\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 689 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 690 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 691 | "\x38\x41\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 692 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 693 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x30\x44\x65\x78\x70\x72\x65\x73" |
| 694 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 695 | "\x45\x46" , |
| 696 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x30\x43\x65\x78\x70\x72\x65\x73" |
| 697 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 698 | "\x45\x46" , |
| 699 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 700 | "\x38\x37\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 701 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 702 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x46\x5c\x78\x42\x42\x5c\x78" |
| 703 | "\x42\x46\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 704 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 705 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x32\x30\x65\x78\x70\x72\x65\x73" |
| 706 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 707 | "\x45\x46" , |
| 708 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 709 | "\x38\x38\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 710 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 711 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x30\x30\x65\x78\x70\x72\x65\x73" |
| 712 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 713 | "\x45\x46" , |
| 714 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 715 | "\x38\x42\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 716 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 717 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 718 | "\x38\x36\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 719 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 720 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 721 | "\x38\x35\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 722 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 723 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 724 | "\x38\x32\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 725 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 726 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x30\x42\x65\x78\x70\x72\x65\x73" |
| 727 | "\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e\x44" |
| 728 | "\x45\x46" , |
| 729 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 730 | "\x38\x31\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 731 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 732 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 733 | "\x38\x33\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 734 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 735 | "\x41\x42\x43\x3c\x64\x69\x76\x20\x73\x74\x79\x6c\x65\x3d\x22\x78\x3a\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78" |
| 736 | "\x38\x39\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x28\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 737 | "\x72\x74\x28\x31\x29\x22\x3e\x44\x45\x46" , |
| 738 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x42\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 739 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 740 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 741 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x46\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 742 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 743 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 744 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x43\x32\x5c\x78\x41\x30\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74" |
| 745 | "\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66" |
| 746 | "\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 747 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x35\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 748 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 749 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 750 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x31\x5c\x78\x41\x30\x5c\x78\x38\x45\x6a\x61\x76\x61\x73\x63" |
| 751 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 752 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 753 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x38\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 754 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 755 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 756 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x31\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 757 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 758 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 759 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x38\x6a\x61\x76\x61\x73\x63" |
| 760 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 761 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 762 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x39\x6a\x61\x76\x61\x73\x63" |
| 763 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 764 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 765 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x30\x6a\x61\x76\x61\x73\x63" |
| 766 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 767 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 768 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x37\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 769 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 770 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 771 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x33\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 772 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 773 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 774 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x45\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 775 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 776 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 777 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x41\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 778 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 779 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 780 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x30\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 781 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 782 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 783 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x30\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 784 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 785 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 786 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x32\x6a\x61\x76\x61\x73\x63" |
| 787 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 788 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 789 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x32\x30\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 790 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 791 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 792 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x33\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 793 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 794 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 795 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x39\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 796 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 797 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 798 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x41\x6a\x61\x76\x61\x73\x63" |
| 799 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 800 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 801 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x34\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 802 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 803 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 804 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x39\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 805 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 806 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 807 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x41\x46\x6a\x61\x76\x61\x73\x63" |
| 808 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 809 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 810 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x46\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 811 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 812 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 813 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x31\x6a\x61\x76\x61\x73\x63" |
| 814 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 815 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 816 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x44\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 817 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 818 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 819 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x37\x6a\x61\x76\x61\x73\x63" |
| 820 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 821 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 822 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x37\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 823 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 824 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 825 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x31\x5c\x78\x39\x41\x5c\x78\x38\x30\x6a\x61\x76\x61\x73\x63" |
| 826 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 827 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 828 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x33\x6a\x61\x76\x61\x73\x63" |
| 829 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 830 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 831 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x34\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 832 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 833 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 834 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x31\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 835 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 836 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 837 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x38\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 838 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 839 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 840 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x34\x6a\x61\x76\x61\x73\x63" |
| 841 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 842 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 843 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x36\x6a\x61\x76\x61\x73\x63" |
| 844 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 845 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 846 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x33\x5c\x78\x38\x30\x5c\x78\x38\x30\x6a\x61\x76\x61\x73\x63" |
| 847 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 848 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 849 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x32\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 850 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 851 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 852 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x44\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 853 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 854 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 855 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x41\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 856 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 857 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 858 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x43\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 859 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 860 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 861 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x35\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 862 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 863 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 864 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x41\x38\x6a\x61\x76\x61\x73\x63" |
| 865 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 866 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 867 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x36\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 868 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 869 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 870 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x32\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 871 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 872 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 873 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x42\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 874 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 875 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 876 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x30\x36\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 877 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 878 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 879 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x41\x39\x6a\x61\x76\x61\x73\x63" |
| 880 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 881 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 882 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x35\x6a\x61\x76\x61\x73\x63" |
| 883 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 884 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 885 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x45\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 886 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 887 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 888 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x45\x32\x5c\x78\x38\x31\x5c\x78\x39\x46\x6a\x61\x76\x61\x73\x63" |
| 889 | "\x72\x69\x70\x74\x3a\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69" |
| 890 | "\x64\x3d\x22\x66\x75\x7a\x7a\x65\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 891 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x5c\x78\x31\x43\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 892 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 893 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 894 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x30\x3a\x6a\x61\x76" |
| 895 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 896 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 897 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x5c\x78\x33\x41\x3a\x6a\x61\x76" |
| 898 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 899 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 900 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x39\x3a\x6a\x61\x76" |
| 901 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 902 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 903 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x44\x3a\x6a\x61\x76" |
| 904 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 905 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 906 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x22\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x5c\x78\x30\x41\x3a\x6a\x61\x76" |
| 907 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x20\x69\x64\x3d\x22\x66\x75\x7a\x7a\x65" |
| 908 | "\x6c\x65\x6d\x65\x6e\x74\x31\x22\x3e\x74\x65\x73\x74\x3c\x2f\x61\x3e" , |
| 909 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x30\x41\x6f\x6e\x65\x72" |
| 910 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 911 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x32\x32\x6f\x6e\x65\x72" |
| 912 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 913 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x30\x42\x6f\x6e\x65\x72" |
| 914 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 915 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x30\x44\x6f\x6e\x65\x72" |
| 916 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 917 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x32\x46\x6f\x6e\x65\x72" |
| 918 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 919 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x30\x39\x6f\x6e\x65\x72" |
| 920 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 921 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x30\x43\x6f\x6e\x65\x72" |
| 922 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 923 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x30\x30\x6f\x6e\x65\x72" |
| 924 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 925 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x32\x37\x6f\x6e\x65\x72" |
| 926 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 927 | "\x60\x22\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x78\x78\x3a\x78\x20\x5c\x78\x32\x30\x6f\x6e\x65\x72" |
| 928 | "\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e" , |
| 929 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x33\x42\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 930 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 931 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x30\x44\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 932 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 933 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x46\x5c\x78\x42\x42\x5c\x78\x42\x46\x6a\x61\x76" |
| 934 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 935 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x31\x6a\x61\x76" |
| 936 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 937 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x34\x6a\x61\x76" |
| 938 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 939 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x33\x5c\x78\x38\x30\x5c\x78\x38\x30\x6a\x61\x76" |
| 940 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 941 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x30\x39\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 942 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 943 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x39\x6a\x61\x76" |
| 944 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 945 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x35\x6a\x61\x76" |
| 946 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 947 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x38\x6a\x61\x76" |
| 948 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 949 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x30\x30\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 950 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 951 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x41\x38\x6a\x61\x76" |
| 952 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 953 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x41\x6a\x61\x76" |
| 954 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 955 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x31\x5c\x78\x39\x41\x5c\x78\x38\x30\x6a\x61\x76" |
| 956 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 957 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x30\x43\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 958 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 959 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x32\x42\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 960 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 961 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x46\x30\x5c\x78\x39\x30\x5c\x78\x39\x36\x5c\x78\x39" |
| 962 | "\x41\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70" |
| 963 | "\x74\x3e" , |
| 964 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x2d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 965 | "\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 966 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x30\x41\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 967 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 968 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x41\x46\x6a\x61\x76" |
| 969 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 970 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x37\x45\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 971 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 972 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x37\x6a\x61\x76" |
| 973 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 974 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x31\x5c\x78\x39\x46\x6a\x61\x76" |
| 975 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 976 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x41\x39\x6a\x61\x76" |
| 977 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 978 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x43\x32\x5c\x78\x38\x35\x6a\x61\x76\x61\x73\x63\x72" |
| 979 | "\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 980 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x46\x5c\x78\x42\x46\x5c\x78\x41\x45\x6a\x61\x76" |
| 981 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 982 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x33\x6a\x61\x76" |
| 983 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 984 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x42\x6a\x61\x76" |
| 985 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 986 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x46\x5c\x78\x42\x46\x5c\x78\x42\x45\x6a\x61\x76" |
| 987 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 988 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x30\x6a\x61\x76" |
| 989 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 990 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x32\x31\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 991 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 992 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x32\x6a\x61\x76" |
| 993 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 994 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x32\x5c\x78\x38\x30\x5c\x78\x38\x36\x6a\x61\x76" |
| 995 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 996 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x45\x31\x5c\x78\x41\x30\x5c\x78\x38\x45\x6a\x61\x76" |
| 997 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 998 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x30\x42\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 999 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 1000 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x32\x30\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 1001 | "\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 1002 | "\x22\x60\x27\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x5c\x78\x43\x32\x5c\x78\x41\x30\x6a\x61\x76\x61\x73\x63\x72" |
| 1003 | "\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 1004 | "\x3c\x69\x6d\x67\x20\x5c\x78\x30\x30\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x61\x6c\x65" |
| 1005 | "\x72\x74\x28\x31\x29\x22\x3e" , |
| 1006 | "\x3c\x69\x6d\x67\x20\x5c\x78\x34\x37\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1007 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1008 | "\x3c\x69\x6d\x67\x20\x5c\x78\x31\x31\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1009 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1010 | "\x3c\x69\x6d\x67\x20\x5c\x78\x31\x32\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1011 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1012 | "\x3c\x69\x6d\x67\x5c\x78\x34\x37\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1013 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1014 | "\x3c\x69\x6d\x67\x5c\x78\x31\x30\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1015 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1016 | "\x3c\x69\x6d\x67\x5c\x78\x31\x33\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1017 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1018 | "\x3c\x69\x6d\x67\x5c\x78\x33\x32\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1019 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1020 | "\x3c\x69\x6d\x67\x5c\x78\x34\x37\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1021 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1022 | "\x3c\x69\x6d\x67\x5c\x78\x31\x31\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1023 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1024 | "\x3c\x69\x6d\x67\x20\x5c\x78\x34\x37\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1025 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1026 | "\x3c\x69\x6d\x67\x20\x5c\x78\x33\x34\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1027 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1028 | "\x3c\x69\x6d\x67\x20\x5c\x78\x33\x39\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1029 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1030 | "\x3c\x69\x6d\x67\x20\x5c\x78\x30\x30\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1031 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1032 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x30\x39\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1033 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1034 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x31\x30\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1035 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1036 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x31\x33\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1037 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1038 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x33\x32\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1039 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1040 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x31\x32\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1041 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1042 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x31\x31\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1043 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1044 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x30\x30\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1045 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1046 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x5c\x78\x34\x37\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76" |
| 1047 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1048 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x5c\x78\x30\x39\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1049 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1050 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x5c\x78\x31\x30\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1051 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1052 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x5c\x78\x31\x31\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1053 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1054 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x5c\x78\x31\x32\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1055 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1056 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x5c\x78\x31\x33\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x22\x6a\x61\x76\x61" |
| 1057 | "\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1058 | "\x3c\x69\x6d\x67\x5b\x61\x5d\x5b\x62\x5d\x5b\x63\x5d\x73\x72\x63\x5b\x64\x5d\x3d\x78\x5b\x65\x5d\x6f\x6e\x65" |
| 1059 | "\x72\x72\x6f\x72\x3d\x5b\x66\x5d\x22\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1060 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x5c\x78\x30\x39\x22\x6a\x61\x76" |
| 1061 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1062 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x5c\x78\x31\x30\x22\x6a\x61\x76" |
| 1063 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1064 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x5c\x78\x31\x31\x22\x6a\x61\x76" |
| 1065 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1066 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x5c\x78\x31\x32\x22\x6a\x61\x76" |
| 1067 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1068 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x5c\x78\x33\x32\x22\x6a\x61\x76" |
| 1069 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1070 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x5c\x78\x30\x30\x22\x6a\x61\x76" |
| 1071 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x22\x3e" , |
| 1072 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x6a\x61\x76\x61\x26\x23\x31\x26\x23\x32\x26\x23\x33\x26\x23\x34\x26\x23\x35" |
| 1073 | "\x26\x23\x36\x26\x23\x37\x26\x23\x38\x26\x23\x31\x31\x26\x23\x31\x32\x73\x63\x72\x69\x70\x74\x3a\x6a\x61\x76" |
| 1074 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e\x58\x58\x58\x3c\x2f\x61\x3e" , |
| 1075 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x22\x78\x60\x20\x60\x3c\x73\x63\x72\x69\x70\x74\x3e\x6a\x61\x76\x61\x73" |
| 1076 | "\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e\x22\x60\x20\x60" |
| 1077 | "\x3e" , |
| 1078 | "\x3c\x69\x6d\x67\x20\x73\x72\x63\x20\x6f\x6e\x65\x72\x72\x6f\x72\x20\x2f\x22\x20\x27\x22\x3d\x20\x61\x6c\x74" |
| 1079 | "\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x2f\x2f\x22\x3e" , |
| 1080 | "\x3c\x74\x69\x74\x6c\x65\x20\x6f\x6e\x70\x72\x6f\x70\x65\x72\x74\x79\x63\x68\x61\x6e\x67\x65\x3d\x6a\x61\x76" |
| 1081 | "\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3e\x3c\x2f\x74\x69\x74\x6c\x65\x3e\x3c\x74" |
| 1082 | "\x69\x74\x6c\x65\x20\x74\x69\x74\x6c\x65\x3d\x3e" , |
| 1083 | "\x3c\x61\x20\x68\x72\x65\x66\x3d\x68\x74\x74\x70\x3a\x2f\x2f\x66\x6f\x6f\x2e\x62\x61\x72\x2f\x23\x78\x3d\x60" |
| 1084 | "\x79\x3e\x3c\x2f\x61\x3e\x3c\x69\x6d\x67\x20\x61\x6c\x74\x3d\x22\x60\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d" |
| 1085 | "\x78\x3a\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72" |
| 1086 | "\x74\x28\x31\x29\x3e\x3c\x2f\x61\x3e\x22\x3e" , |
| 1087 | "\x3c\x21\x2d\x2d\x5b\x69\x66\x5d\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74" |
| 1088 | "\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x20\x2d\x2d\x3e" , |
| 1089 | "\x3c\x21\x2d\x2d\x5b\x69\x66\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x78\x20\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x6a" |
| 1090 | "\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x31\x29\x2f\x2f\x5d\x3e\x20\x2d\x2d\x3e" , |
| 1091 | "\x3c\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3d\x22\x2f\x5c\x25\x28\x6a\x73\x63\x72\x69\x70\x74\x29\x73\x22" |
| 1092 | "\x3e\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 1093 | "\x3c\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3d\x22\x5c\x5c\x25\x28\x6a\x73\x63\x72\x69\x70\x74\x29\x73\x22" |
| 1094 | "\x3e\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 1095 | "\x3c\x49\x4d\x47\x20\x22\x22\x22\x3e\x3c\x53\x43\x52\x49\x50\x54\x3e\x61\x6c\x65\x72\x74\x28\x22\x58\x53\x53" |
| 1096 | "\x22\x29\x3c\x2f\x53\x43\x52\x49\x50\x54\x3e\x22\x3e" , |
| 1097 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x53" |
| 1098 | "\x74\x72\x69\x6e\x67\x2e\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65\x28\x38\x38\x2c\x38\x33\x2c\x38\x33" |
| 1099 | "\x29\x29\x3e" , |
| 1100 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x23\x20\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x76\x65\x72\x3d\x22\x61\x6c\x65" |
| 1101 | "\x72\x74\x28\x27\x78\x78\x73\x27\x29\x22\x3e" , |
| 1102 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x20\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x76\x65\x72\x3d\x22\x61\x6c\x65\x72" |
| 1103 | "\x74\x28\x27\x78\x78\x73\x27\x29\x22\x3e" , |
| 1104 | "\x3c\x49\x4d\x47\x20\x6f\x6e\x6d\x6f\x75\x73\x65\x6f\x76\x65\x72\x3d\x22\x61\x6c\x65\x72\x74\x28\x27\x78\x78" |
| 1105 | "\x73\x27\x29\x22\x3e" , |
| 1106 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x26\x23\x31\x30\x36\x3b\x26\x23\x39\x37\x3b\x26\x23\x31\x31\x38\x3b\x26" |
| 1107 | "\x23\x39\x37\x3b\x26\x23\x31\x31\x35\x3b\x26\x23\x39\x39\x3b\x26\x23\x31\x31\x34\x3b\x26\x23\x31\x30\x35\x3b" |
| 1108 | "\x26\x23\x31\x31\x32\x3b\x26\x23\x31\x31\x36\x3b\x26\x23\x35\x38\x3b\x26\x23\x39\x37\x3b\x26\x23\x31\x30\x38" |
| 1109 | "\x3b\x26\x23\x31\x30\x31\x3b\x26\x23\x31\x31\x34\x3b\x26\x23\x31\x31\x36\x3b\x26\x23\x34\x30\x3b\x26\x23\x33" |
| 1110 | "\x39\x3b\x26\x23\x38\x38\x3b\x26\x23\x38\x33\x3b\x26\x23\x38\x33\x3b\x26\x23\x33\x39\x3b\x26\x23\x34\x31\x3b" |
| 1111 | "\x3e" , |
| 1112 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x26\x23\x30\x30\x30\x30\x31\x30\x36\x26\x23\x30\x30\x30\x30\x30\x39\x37" |
| 1113 | "\x26\x23\x30\x30\x30\x30\x31\x31\x38\x26\x23\x30\x30\x30\x30\x30\x39\x37\x26\x23\x30\x30\x30\x30\x31\x31\x35" |
| 1114 | "\x26\x23\x30\x30\x30\x30\x30\x39\x39\x26\x23\x30\x30\x30\x30\x31\x31\x34\x26\x23\x30\x30\x30\x30\x31\x30\x35" |
| 1115 | "\x26\x23\x30\x30\x30\x30\x31\x31\x32\x26\x23\x30\x30\x30\x30\x31\x31\x36\x26\x23\x30\x30\x30\x30\x30\x35\x38" |
| 1116 | "\x26\x23\x30\x30\x30\x30\x30\x39\x37\x26\x23\x30\x30\x30\x30\x31\x30\x38\x26\x23\x30\x30\x30\x30\x31\x30\x31" |
| 1117 | "\x26\x23\x30\x30\x30\x30\x31\x31\x34\x26\x23\x30\x30\x30\x30\x31\x31\x36\x26\x23\x30\x30\x30\x30\x30\x34\x30" |
| 1118 | "\x26\x23\x30\x30\x30\x30\x30\x33\x39\x26\x23\x30\x30\x30\x30\x30\x38\x38\x26\x23\x30\x30\x30\x30\x30\x38\x33" |
| 1119 | "\x26\x23\x30\x30\x30\x30\x30\x38\x33\x26\x23\x30\x30\x30\x30\x30\x33\x39\x26\x23\x30\x30\x30\x30\x30\x34\x31" |
| 1120 | "\x3e" , |
| 1121 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x26\x23\x78\x36\x41\x26\x23\x78\x36\x31\x26\x23\x78\x37\x36\x26\x23\x78" |
| 1122 | "\x36\x31\x26\x23\x78\x37\x33\x26\x23\x78\x36\x33\x26\x23\x78\x37\x32\x26\x23\x78\x36\x39\x26\x23\x78\x37\x30" |
| 1123 | "\x26\x23\x78\x37\x34\x26\x23\x78\x33\x41\x26\x23\x78\x36\x31\x26\x23\x78\x36\x43\x26\x23\x78\x36\x35\x26\x23" |
| 1124 | "\x78\x37\x32\x26\x23\x78\x37\x34\x26\x23\x78\x32\x38\x26\x23\x78\x32\x37\x26\x23\x78\x35\x38\x26\x23\x78\x35" |
| 1125 | "\x33\x26\x23\x78\x35\x33\x26\x23\x78\x32\x37\x26\x23\x78\x32\x39\x3e" , |
| 1126 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x22\x6a\x61\x76\x20\x20\x20\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65" |
| 1127 | "\x72\x74\x28\x27\x58\x53\x53\x27\x29\x3b\x22\x3e" , |
| 1128 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x22\x6a\x61\x76\x26\x23\x78\x30\x39\x3b\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 1129 | "\x61\x6c\x65\x72\x74\x28\x27\x58\x53\x53\x27\x29\x3b\x22\x3e" , |
| 1130 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x22\x6a\x61\x76\x26\x23\x78\x30\x41\x3b\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 1131 | "\x61\x6c\x65\x72\x74\x28\x27\x58\x53\x53\x27\x29\x3b\x22\x3e" , |
| 1132 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x22\x6a\x61\x76\x26\x23\x78\x30\x44\x3b\x61\x73\x63\x72\x69\x70\x74\x3a" |
| 1133 | "\x61\x6c\x65\x72\x74\x28\x27\x58\x53\x53\x27\x29\x3b\x22\x3e" , |
| 1134 | "\x70\x65\x72\x6c\x20\x2d\x65\x20\x27\x70\x72\x69\x6e\x74\x20\x22\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x6a\x61" |
| 1135 | "\x76\x61\x5c\x30\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28\x5c\x22\x58\x53\x53\x5c\x22\x29\x3e\x22" |
| 1136 | "\x3b\x27\x20\x3e\x20\x6f\x75\x74" , |
| 1137 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x22\x20\x26\x23\x31\x34\x3b\x20\x20\x6a\x61\x76\x61\x73\x63\x72\x69\x70" |
| 1138 | "\x74\x3a\x61\x6c\x65\x72\x74\x28\x27\x58\x53\x53\x27\x29\x3b\x22\x3e" , |
| 1139 | "\x3c\x53\x43\x52\x49\x50\x54\x2f\x58\x53\x53\x20\x53\x52\x43\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x68\x61\x2e" |
| 1140 | "\x63\x6b\x65\x72\x73\x2e\x6f\x72\x67\x2f\x78\x73\x73\x2e\x6a\x73\x22\x3e\x3c\x2f\x53\x43\x52\x49\x50\x54\x3e" , |
| 1141 | "\x3c\x42\x4f\x44\x59\x20\x6f\x6e\x6c\x6f\x61\x64\x21\x23\x24\x25\x26\x28\x29\x2a\x7e\x2b\x2d\x5f\x2e\x2c\x3a" |
| 1142 | "\x3b\x3f\x40\x5b\x2f\x7c\x5c\x5d\x5e\x60\x3d\x61\x6c\x65\x72\x74\x28\x22\x58\x53\x53\x22\x29\x3e" , |
| 1143 | "\x3c\x53\x43\x52\x49\x50\x54\x2f\x53\x52\x43\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x68\x61\x2e\x63\x6b\x65\x72" |
| 1144 | "\x73\x2e\x6f\x72\x67\x2f\x78\x73\x73\x2e\x6a\x73\x22\x3e\x3c\x2f\x53\x43\x52\x49\x50\x54\x3e" , |
| 1145 | "\x3c\x3c\x53\x43\x52\x49\x50\x54\x3e\x61\x6c\x65\x72\x74\x28\x22\x58\x53\x53\x22\x29\x3b\x2f\x2f\x3c\x3c\x2f" |
| 1146 | "\x53\x43\x52\x49\x50\x54\x3e" , |
| 1147 | "\x3c\x53\x43\x52\x49\x50\x54\x20\x53\x52\x43\x3d\x68\x74\x74\x70\x3a\x2f\x2f\x68\x61\x2e\x63\x6b\x65\x72\x73" |
| 1148 | "\x2e\x6f\x72\x67\x2f\x78\x73\x73\x2e\x6a\x73\x3f\x3c\x20\x42\x20\x3e" , |
| 1149 | "\x3c\x53\x43\x52\x49\x50\x54\x20\x53\x52\x43\x3d\x2f\x2f\x68\x61\x2e\x63\x6b\x65\x72\x73\x2e\x6f\x72\x67\x2f" |
| 1150 | "\x2e\x6a\x3e" , |
| 1151 | "\x3c\x49\x4d\x47\x20\x53\x52\x43\x3d\x22\x6a\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3a\x61\x6c\x65\x72\x74\x28" |
| 1152 | "\x27\x58\x53\x53\x27\x29\x22" , |
| 1153 | "\x3c\x69\x66\x72\x61\x6d\x65\x20\x73\x72\x63\x3d\x68\x74\x74\x70\x3a\x2f\x2f\x68\x61\x2e\x63\x6b\x65\x72\x73" |
| 1154 | "\x2e\x6f\x72\x67\x2f\x73\x63\x72\x69\x70\x74\x6c\x65\x74\x2e\x68\x74\x6d\x6c\x20\x3c" , |
| 1155 | "\x5c\x22\x3b\x61\x6c\x65\x72\x74\x28\x27\x58\x53\x53\x27\x29\x3b\x2f\x2f" , |
| 1156 | "\x3c\x75\x20\x6f\x6e\x63\x6f\x70\x79\x3d\x61\x6c\x65\x72\x74\x28\x29\x3e\x20\x43\x6f\x70\x79\x20\x6d\x65\x3c" |
| 1157 | "\x2f\x75\x3e" , |
| 1158 | "\x3c\x69\x20\x6f\x6e\x77\x68\x65\x65\x6c\x3d\x61\x6c\x65\x72\x74\x28\x31\x29\x3e\x20\x53\x63\x72\x6f\x6c\x6c" |
| 1159 | "\x20\x6f\x76\x65\x72\x20\x6d\x65\x20\x3c\x2f\x69\x3e" , |
| 1160 | "<plaintext>" , |
| 1161 | "\x68\x74\x74\x70\x3a\x2f\x2f\x61\x2f\x25\x25\x33\x30\x25\x33\x30" , |
| 1162 | "\x3c\x2f\x74\x65\x78\x74\x61\x72\x65\x61\x3e\x3c\x73\x63\x72\x69\x70\x74\x3e\x61\x6c\x65\x72\x74\x28\x31\x32" |
| 1163 | "\x33\x29\x3c\x2f\x73\x63\x72\x69\x70\x74\x3e" , |
| 1164 | "# SQL Injection" , |
| 1165 | "#" , |
| 1166 | "# Strings which can cause a SQL injection if inputs are not sanitized" , |
| 1167 | "\x31\x3b\x44\x52\x4f\x50\x20\x54\x41\x42\x4c\x45\x20\x75\x73\x65\x72\x73" , |
| 1168 | "\x31\x27\x3b\x20\x44\x52\x4f\x50\x20\x54\x41\x42\x4c\x45\x20\x75\x73\x65\x72\x73\x2d\x2d\x20\x31" , |
| 1169 | "\x27\x20\x4f\x52\x20\x31\x3d\x31\x20\x2d\x2d\x20\x31" , |
| 1170 | "\x27\x20\x4f\x52\x20\x27\x31\x27\x3d\x27\x31" , |
| 1171 | "\x25" , |
| 1172 | "\x5f" , |
| 1173 | "# Server Code Injection" , |
| 1174 | "#" , |
| 1175 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x61\x6e\x20\x63\x61\x75\x73\x65\x20\x75" |
| 1176 | "\x73\x65\x72\x20\x74\x6f\x20\x72\x75\x6e\x20\x63\x6f\x64\x65\x20\x6f\x6e\x20\x73\x65\x72\x76\x65\x72\x20\x61" |
| 1177 | "\x73\x20\x61\x20\x70\x72\x69\x76\x69\x6c\x65\x67\x65\x64\x20\x75\x73\x65\x72\x20\x28\x63\x2e\x66\x2e\x20\x68" |
| 1178 | "\x74\x74\x70\x73\x3a\x2f\x2f\x6e\x65\x77\x73\x2e\x79\x63\x6f\x6d\x62\x69\x6e\x61\x74\x6f\x72\x2e\x63\x6f\x6d" |
| 1179 | "\x2f\x69\x74\x65\x6d\x3f\x69\x64\x3d\x37\x36\x36\x35\x31\x35\x33\x29" , |
| 1180 | "-" , |
| 1181 | "--" , |
| 1182 | "--version" , |
| 1183 | "--help" , |
| 1184 | "$USER" , |
| 1185 | "\x2f\x64\x65\x76\x2f\x6e\x75\x6c\x6c\x3b\x20\x74\x6f\x75\x63\x68\x20\x2f\x74\x6d\x70\x2f\x62\x6c\x6e\x73\x2e" |
| 1186 | "\x66\x61\x69\x6c\x20\x3b\x20\x65\x63\x68\x6f" , |
| 1187 | "\x60\x74\x6f\x75\x63\x68\x20\x2f\x74\x6d\x70\x2f\x62\x6c\x6e\x73\x2e\x66\x61\x69\x6c\x60" , |
| 1188 | "\x24\x28\x74\x6f\x75\x63\x68\x20\x2f\x74\x6d\x70\x2f\x62\x6c\x6e\x73\x2e\x66\x61\x69\x6c\x29" , |
| 1189 | "\x40\x7b\x5b\x73\x79\x73\x74\x65\x6d\x20\x22\x74\x6f\x75\x63\x68\x20\x2f\x74\x6d\x70\x2f\x62\x6c\x6e\x73\x2e" |
| 1190 | "\x66\x61\x69\x6c\x22\x5d\x7d" , |
| 1191 | "# Command Injection (Ruby)" , |
| 1192 | "#" , |
| 1193 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x63\x61\x6e\x20\x63\x61\x6c\x6c\x20\x73\x79" |
| 1194 | "\x73\x74\x65\x6d\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x73\x20\x77\x69\x74\x68\x69\x6e\x20\x52\x75\x62\x79\x2f\x52" |
| 1195 | "\x61\x69\x6c\x73\x20\x61\x70\x70\x6c\x69\x63\x61\x74\x69\x6f\x6e\x73" , |
| 1196 | "\x65\x76\x61\x6c\x28\x22\x70\x75\x74\x73\x20\x27\x68\x65\x6c\x6c\x6f\x20\x77\x6f\x72\x6c\x64\x27\x22\x29" , |
| 1197 | "\x53\x79\x73\x74\x65\x6d\x28\x22\x6c\x73\x20\x2d\x61\x6c\x20\x2f\x22\x29" , |
| 1198 | "\x60\x6c\x73\x20\x2d\x61\x6c\x20\x2f\x60" , |
| 1199 | "\x4b\x65\x72\x6e\x65\x6c\x2e\x65\x78\x65\x63\x28\x22\x6c\x73\x20\x2d\x61\x6c\x20\x2f\x22\x29" , |
| 1200 | "Kernel.exit(1)" , |
| 1201 | "\x25\x78\x28\x27\x6c\x73\x20\x2d\x61\x6c\x20\x2f\x27\x29" , |
| 1202 | "# XXE Injection (XML)" , |
| 1203 | "#" , |
| 1204 | "# String which can reveal system files when parsed by a badly configured XML parser" , |
| 1205 | "\x3c\x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e" |
| 1206 | "\x67\x3d\x22\x49\x53\x4f\x2d\x38\x38\x35\x39\x2d\x31\x22\x3f\x3e\x3c\x21\x44\x4f\x43\x54\x59\x50\x45\x20\x66" |
| 1207 | "\x6f\x6f\x20\x5b\x20\x3c\x21\x45\x4c\x45\x4d\x45\x4e\x54\x20\x66\x6f\x6f\x20\x41\x4e\x59\x20\x3e\x3c\x21\x45" |
| 1208 | "\x4e\x54\x49\x54\x59\x20\x78\x78\x65\x20\x53\x59\x53\x54\x45\x4d\x20\x22\x66\x69\x6c\x65\x3a\x2f\x2f\x2f\x65" |
| 1209 | "\x74\x63\x2f\x70\x61\x73\x73\x77\x64\x22\x20\x3e\x5d\x3e\x3c\x66\x6f\x6f\x3e\x26\x78\x78\x65\x3b\x3c\x2f\x66" |
| 1210 | "\x6f\x6f\x3e" , |
| 1211 | "# Unwanted Interpolation" , |
| 1212 | "#" , |
| 1213 | "# Strings which can be accidentally expanded into different strings if evaluated in the wrong context, e.g. " |
| 1214 | "used as a printf format string or via Perl or shell eval. Might expose sensitive data from the program doing " |
| 1215 | "the interpolation, or might just represent the wrong string." , |
| 1216 | "$HOME" , |
| 1217 | "\x24\x45\x4e\x56\x7b\x27\x48\x4f\x4d\x45\x27\x7d" , |
| 1218 | "\x25\x64" , |
| 1219 | "\x25\x73\x25\x73\x25\x73\x25\x73\x25\x73" , |
| 1220 | "\x7b\x30\x7d" , |
| 1221 | "\x25\x2a\x2e\x2a\x73" , |
| 1222 | "\x25\x40" , |
| 1223 | "\x25\x6e" , |
| 1224 | "\x46\x69\x6c\x65\x3a\x2f\x2f\x2f" , |
| 1225 | "# File Inclusion" , |
| 1226 | "#" , |
| 1227 | "# Strings which can cause user to pull in files that should not be a part of a web server" , |
| 1228 | "\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f" |
| 1229 | "\x2e\x2e\x2f\x2e\x2e\x2f\x65\x74\x63\x2f\x70\x61\x73\x73\x77\x64\x25\x30\x30" , |
| 1230 | "\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f" |
| 1231 | "\x2e\x2e\x2f\x2e\x2e\x2f\x65\x74\x63\x2f\x68\x6f\x73\x74\x73" , |
| 1232 | "# Known CVEs and Vulnerabilities" , |
| 1233 | "#" , |
| 1234 | "# Strings that test for known vulnerabilities" , |
| 1235 | "\x28\x29\x20\x7b\x20\x30\x3b\x20\x7d\x3b\x20\x74\x6f\x75\x63\x68\x20\x2f\x74\x6d\x70\x2f\x62\x6c\x6e\x73\x2e" |
| 1236 | "\x73\x68\x65\x6c\x6c\x73\x68\x6f\x63\x6b\x31\x2e\x66\x61\x69\x6c\x3b" , |
| 1237 | "\x28\x29\x20\x7b\x20\x5f\x3b\x20\x7d\x20\x3e\x5f\x5b\x24\x28\x24\x28\x29\x29\x5d\x20\x7b\x20\x74\x6f\x75\x63" |
| 1238 | "\x68\x20\x2f\x74\x6d\x70\x2f\x62\x6c\x6e\x73\x2e\x73\x68\x65\x6c\x6c\x73\x68\x6f\x63\x6b\x32\x2e\x66\x61\x69" |
| 1239 | "\x6c\x3b\x20\x7d" , |
| 1240 | "\x3c\x3c\x3c\x20\x25\x73\x28\x75\x6e\x3d\x27\x25\x73\x27\x29\x20\x3d\x20\x25\x75" , |
| 1241 | "\x2b\x2b\x2b\x41\x54\x48\x30" , |
| 1242 | "\x23\x9\x4d\x53\x44\x4f\x53\x2f\x57\x69\x6e\x64\x6f\x77\x73\x20\x53\x70\x65\x63\x69\x61\x6c\x20\x46\x69\x6c" |
| 1243 | "\x65\x6e\x61\x6d\x65\x73" , |
| 1244 | "#" , |
| 1245 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x61\x72\x65\x20\x72\x65\x73\x65\x72\x76\x65" |
| 1246 | "\x64\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x73\x20\x69\x6e\x20\x4d\x53\x44\x4f\x53\x2f\x57\x69\x6e\x64\x6f" |
| 1247 | "\x77\x73" , |
| 1248 | "CON" , |
| 1249 | "PRN" , |
| 1250 | "AUX" , |
| 1251 | "CLOCK$" , |
| 1252 | "NUL" , |
| 1253 | "\x41\x3a" , |
| 1254 | "\x5a\x5a\x3a" , |
| 1255 | "COM1" , |
| 1256 | "LPT1" , |
| 1257 | "LPT2" , |
| 1258 | "LPT3" , |
| 1259 | "COM2" , |
| 1260 | "COM3" , |
| 1261 | "COM4" , |
| 1262 | "# IRC specific strings" , |
| 1263 | "#" , |
| 1264 | "# Strings that may occur on IRC clients that make security products freak out" , |
| 1265 | "\x44\x43\x43\x20\x53\x45\x4e\x44\x20\x53\x54\x41\x52\x54\x4b\x45\x59\x4c\x4f\x47\x47\x45\x52\x20\x30\x20\x30" |
| 1266 | "\x20\x30" , |
| 1267 | "# Scunthorpe Problem" , |
| 1268 | "#" , |
| 1269 | "\x23\x9\x49\x6e\x6e\x6f\x63\x75\x6f\x75\x73\x20\x73\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x6d" |
| 1270 | "\x61\x79\x20\x62\x65\x20\x62\x6c\x6f\x63\x6b\x65\x64\x20\x62\x79\x20\x70\x72\x6f\x66\x61\x6e\x69\x74\x79\x20" |
| 1271 | "\x66\x69\x6c\x74\x65\x72\x73\x20\x28\x68\x74\x74\x70\x73\x3a\x2f\x2f\x65\x6e\x2e\x77\x69\x6b\x69\x70\x65\x64" |
| 1272 | "\x69\x61\x2e\x6f\x72\x67\x2f\x77\x69\x6b\x69\x2f\x53\x63\x75\x6e\x74\x68\x6f\x72\x70\x65\x5f\x70\x72\x6f\x62" |
| 1273 | "\x6c\x65\x6d\x29" , |
| 1274 | "Scunthorpe General Hospital" , |
| 1275 | "Penistone Community Church" , |
| 1276 | "Lightwater Country Park" , |
| 1277 | "Jimmy Clitheroe" , |
| 1278 | "Horniman Museum" , |
| 1279 | "shitake mushrooms" , |
| 1280 | "RomansInSussex.co.uk" , |
| 1281 | "\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x63\x75\x6d\x2e\x71\x63\x2e\x63\x61\x2f" , |
| 1282 | "Craig Cockburn, Software Specialist" , |
| 1283 | "Linda Callahan" , |
| 1284 | "Dr. Herman I. Libshitz" , |
| 1285 | "magna cum laude" , |
| 1286 | "Super Bowl XXX" , |
| 1287 | "medieval erection of parapets" , |
| 1288 | "evaluate" , |
| 1289 | "mocha" , |
| 1290 | "expression" , |
| 1291 | "Arsenal canal" , |
| 1292 | "classic" , |
| 1293 | "Tyson Gay" , |
| 1294 | "Dick Van Dyke" , |
| 1295 | "basement" , |
| 1296 | "# Human injection" , |
| 1297 | "#" , |
| 1298 | "# Strings which may cause human to reinterpret worldview" , |
| 1299 | "\x49\x66\x20\x79\x6f\x75\x27\x72\x65\x20\x72\x65\x61\x64\x69\x6e\x67\x20\x74\x68\x69\x73\x2c\x20\x79\x6f\x75" |
| 1300 | "\x27\x76\x65\x20\x62\x65\x65\x6e\x20\x69\x6e\x20\x61\x20\x63\x6f\x6d\x61\x20\x66\x6f\x72\x20\x61\x6c\x6d\x6f" |
| 1301 | "\x73\x74\x20\x32\x30\x20\x79\x65\x61\x72\x73\x20\x6e\x6f\x77\x2e\x20\x57\x65\x27\x72\x65\x20\x74\x72\x79\x69" |
| 1302 | "\x6e\x67\x20\x61\x20\x6e\x65\x77\x20\x74\x65\x63\x68\x6e\x69\x71\x75\x65\x2e\x20\x57\x65\x20\x64\x6f\x6e\x27" |
| 1303 | "\x74\x20\x6b\x6e\x6f\x77\x20\x77\x68\x65\x72\x65\x20\x74\x68\x69\x73\x20\x6d\x65\x73\x73\x61\x67\x65\x20\x77" |
| 1304 | "\x69\x6c\x6c\x20\x65\x6e\x64\x20\x75\x70\x20\x69\x6e\x20\x79\x6f\x75\x72\x20\x64\x72\x65\x61\x6d\x2c\x20\x62" |
| 1305 | "\x75\x74\x20\x77\x65\x20\x68\x6f\x70\x65\x20\x69\x74\x20\x77\x6f\x72\x6b\x73\x2e\x20\x50\x6c\x65\x61\x73\x65" |
| 1306 | "\x20\x77\x61\x6b\x65\x20\x75\x70\x2c\x20\x77\x65\x20\x6d\x69\x73\x73\x20\x79\x6f\x75\x2e" , |
| 1307 | "# Terminal escape codes" , |
| 1308 | "#" , |
| 1309 | "\x23\x9\x53\x74\x72\x69\x6e\x67\x73\x20\x77\x68\x69\x63\x68\x20\x70\x75\x6e\x69\x73\x68\x20\x74\x68\x65\x20" |
| 1310 | "\x66\x6f\x6f\x6c\x73\x20\x77\x68\x6f\x20\x75\x73\x65\x20\x63\x61\x74\x2f\x74\x79\x70\x65\x20\x6f\x6e\x20\x74" |
| 1311 | "\x68\x69\x73\x20\x66\x69\x6c\x65" , |
| 1312 | "\x52\x6f\x73\x65\x73\x20\x61\x72\x65\x20\x1b\x5b\x30\x3b\x33\x31\x6d\x72\x65\x64\x1b\x5b\x30\x6d\x2c\x20\x76" |
| 1313 | "\x69\x6f\x6c\x65\x74\x73\x20\x61\x72\x65\x20\x1b\x5b\x30\x3b\x33\x34\x6d\x62\x6c\x75\x65\x2e\x20\x48\x6f\x70" |
| 1314 | "\x65\x20\x79\x6f\x75\x20\x65\x6e\x6a\x6f\x79\x20\x74\x65\x72\x6d\x69\x6e\x61\x6c\x20\x68\x75\x65" , |
| 1315 | "\x42\x75\x74\x20\x6e\x6f\x77\x2e\x2e\x2e\x1b\x5b\x32\x30\x43\x66\x6f\x72\x20\x6d\x79\x20\x67\x72\x65\x61\x74" |
| 1316 | "\x65\x73\x74\x20\x74\x72\x69\x63\x6b\x2e\x2e\x2e\x1b\x5b\x38\x6d" , |
| 1317 | "\x54\x68\x65\x20\x71\x75\x69\x63\x8\x8\x8\x8\x8\x8\x6b\x20\x62\x72\x6f\x77\x6e\x20\x66\x6f\x7\x7\x7\x7\x7\x7" |
| 1318 | "\x7\x7\x7\x7\x7\x78\x2e\x2e\x2e\x20\x5b\x42\x65\x65\x65\x65\x70\x5d" , |
| 1319 | "# iOS Vulnerabilities" , |
| 1320 | "#" , |
| 1321 | "# Strings which crashed iMessage in various versions of iOS" , |
| 1322 | "\x50\x6f\x77\x65\x72\xd9\x84\xd9\x8f\xd9\x84\xd9\x8f\xd8\xb5\xd9\x91\xd8\xa8\xd9\x8f\xd9\x84\xd9\x8f\xd9\x84" |
| 1323 | "\xd8\xb5\xd9\x91\xd8\xa8\xd9\x8f\xd8\xb1\xd8\xb1\xd9\x8b\x20\xe0\xa5\xa3\x20\xe0\xa5\xa3\x68\x20\xe0\xa5\xa3" |
| 1324 | "\x20\xe0\xa5\xa3\xe5\x86\x97" , |
| 1325 | "\xf0\x9f\x8f\xb3\x30\xf0\x9f\x8c\x88\xef\xb8\x8f" , |
| 1326 | "\xe0\xb0\x9c\xe0\xb1\x8d\xe0\xb0\x9e\xe2\x80\x8c\xe0\xb0\xbe" }; |
| 1327 | |
| 1328 | for (auto &str : strings) { |
| 1329 | result = con.Query("SELECT ?::VARCHAR" , str.c_str()); |
| 1330 | REQUIRE(CHECK_COLUMN(result, 0, {str.c_str()})); |
| 1331 | |
| 1332 | result = con.Query("SELECT '" + StringUtil::Replace(str, "'" , "''" ) + "'" ); |
| 1333 | REQUIRE(CHECK_COLUMN(result, 0, {str.c_str()})); |
| 1334 | } |
| 1335 | } |
| 1336 | |