Changeset 187
- Timestamp:
- 02/02/08 16:47:35 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r186 r187 931 931 CHAR = %x00-7F 932 932 ; any US-ASCII character 933 ALPHA = %x41-5A /%x61-7A934 ; A-Z /a-z933 ALPHA = %x41-5A | %x61-7A 934 ; A-Z | a-z 935 935 DIGIT = %x30-39 936 936 ; any US-ASCII digit "0".."9" -
draft-ietf-httpbis/latest/p1-messaging.xml
r186 r187 839 839 CHAR = %x00-7F 840 840 ; any US-ASCII character 841 ALPHA = %x41-5A /%x61-7A842 ; A-Z /a-z841 ALPHA = %x41-5A | %x61-7A 842 ; A-Z | a-z 843 843 DIGIT = %x30-39 844 844 ; any US-ASCII digit "0".."9"
Note: See TracChangeset
for help on using the changeset viewer.