mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Mark DEL (0x7f) as a control character and | as a character Windows can't
handle.
This commit is contained in:
parent
ddc3e73adf
commit
854a7fae35
@ -1,3 +1,8 @@
|
||||
2006-06-28 KJKHyperion <hackbunny@reactos.com>
|
||||
|
||||
* url.c (filechr_table): Mark DEL (0x7f) as a control character
|
||||
and | as a character Windows can't handle.
|
||||
|
||||
2006-06-28 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||
|
||||
* res.c: Implemented is_robots_txt_url function for detection of
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user