comparison src/core/ngx_string.c @ 1304:f6e1ef523b5e stable-0.5

r1298 merge: "?" should not be escaped
author Igor Sysoev <igor@sysoev.ru>
date Fri, 13 Jul 2007 10:48:48 +0000
parents 5eae5751507f
children 458e041fc902
comparison
equal deleted inserted replaced
1303:51c747ffbbf0 1304:f6e1ef523b5e
1023 1023
1024 static uint32_t html[] = { 1024 static uint32_t html[] = {
1025 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 1025 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
1026 1026
1027 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */ 1027 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
1028 0x800000ad, /* 0000 0000 0000 0000 0000 0000 1010 1101 */ 1028 0x000000ad, /* 0000 0000 0000 0000 0000 0000 1010 1101 */
1029 1029
1030 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */ 1030 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
1031 0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */ 1031 0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */
1032 1032
1033 /* ~}| {zyx wvut srqp onml kjih gfed cba` */ 1033 /* ~}| {zyx wvut srqp onml kjih gfed cba` */