mirror of
https://github.com/mirror/wget.git
synced 2025-02-12 12:50:42 +08: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 (|)
|
Vertical bar (|)
|
||||||
|
|
||||||
Characters escaped by "^":
|
Characters escaped by "^":
|
||||||
SP ! # % & ' ( ) + , . ; = @ [ ] ^ ` { } ~
|
SP ! " # % & ' ( ) + , . : ; =
|
||||||
|
@ [ \ ] ^ ` { | } ~
|
||||||
|
|
||||||
Either "^_" or "^ " is accepted as a space. Period (.) is a special
|
Either "^_" or "^ " is accepted as a space. Period (.) is a special
|
||||||
case. Note that un-escaped < and > can also confuse a directory
|
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,
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
|
|
||||||
/* SP ! " # $ % & ' ( ) * + , - . / */
|
/* 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 : ; < = > ? */
|
/* 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 */
|
/* @ 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,
|
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 [ \ ] ^ _ */
|
/* 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 */
|
/* ` 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,
|
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 */
|
/* 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,
|
||||||
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