mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
imported patch vms-carat
This commit is contained in:
parent
3450481772
commit
3f01333ca6
11
src/utils.c
11
src/utils.c
@ -138,7 +138,8 @@ memfatal (const char *context, long attempted_size)
|
||||
Vertical bar (|)
|
||||
|
||||
Characters escaped by "^":
|
||||
SP ! # % & ' ( ) + , . ; = @ [ ] ^ ` { } ~
|
||||
SP ! " # % & ' ( ) + , . : ; =
|
||||
@ [ \ ] ^ ` { | } ~
|
||||
|
||||
Either "^_" or "^ " is accepted as a space. Period (.) is a special
|
||||
case. Note that un-escaped < and > can also confuse a directory
|
||||
@ -172,22 +173,22 @@ unsigned char char_prop[ 256] = {
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
||||
/* SP ! " # $ % & ' ( ) * + , - . / */
|
||||
2, 1, 0, 1, 16, 1, 1, 1, 1, 1, 0, 1, 1, 16, 4, 0,
|
||||
2, 1, 1, 1, 16, 1, 1, 1, 1, 1, 0, 1, 1, 16, 4, 0,
|
||||
|
||||
/* 0 1 2 3 4 5 6 7 8 9 : ; < = > ? */
|
||||
80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 0, 1, 1, 1, 1, 1,
|
||||
80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 1, 1, 1, 1, 1, 1,
|
||||
|
||||
/* @ A B C D E F G H I J K L M N O */
|
||||
1, 80, 80, 80, 80, 80, 80, 16, 16, 16, 16, 16, 16, 16, 16, 16,
|
||||
|
||||
/* P Q R S T U V W X Y Z [ \ ] ^ _ */
|
||||
16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 1, 0, 1, 1, 16,
|
||||
16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 1, 1, 1, 1, 16,
|
||||
|
||||
/* ` a b c d e f g h i j k l m n o */
|
||||
1, 96, 96, 96, 96, 96, 96, 32, 32, 32, 32, 32, 32, 32, 32, 32,
|
||||
|
||||
/* p q r s t u v w x y z { | } ~ DEL */
|
||||
32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 1, 0, 1, 17, 8,
|
||||
32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 1, 1, 1, 17, 8,
|
||||
|
||||
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
|
||||
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
|
||||
|
Loading…
Reference in New Issue
Block a user