]> sjero.net Git - wget/blobdiff - src/url.c
[svn] Mark DEL (0x7f) as a control character and | as a character Windows can't
[wget] / src / url.c
index 5025e9377ce7cb18ea43ac1738ce11e347a651d4..0e7e02efdea2beb57ad2c5fa2b35d2f19723ce13 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -1259,7 +1259,7 @@ UWC,  C,  C,  C,   C,  C,  C,  C,   /* NUL SOH STX ETX  EOT ENQ ACK BEL */
   0,  0,  0,  0,   0,  0,  0,  0,   /* `   a   b   c    d   e   f   g   */
   0,  0,  0,  0,   0,  0,  0,  0,   /* h   i   j   k    l   m   n   o   */
   0,  0,  0,  0,   0,  0,  0,  0,   /* p   q   r   s    t   u   v   w   */
-  0,  0,  0,  0,   0,  0,  0,  0,   /* x   y   z   {    |   }   ~   DEL */
+  0,  0,  0,  0,   W,  0,  0,  C,   /* x   y   z   {    |   }   ~   DEL */
 
   C, C, C, C,  C, C, C, C,  C, C, C, C,  C, C, C, C, /* 128-143 */
   C, C, C, C,  C, C, C, C,  C, C, C, C,  C, C, C, C, /* 144-159 */