Skip to content

Commit f9aba4e

Browse files
Small changes to the encoding section
1 parent ef49662 commit f9aba4e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ Cookies.getJSON(); // => { name: { foo: 'bar' } }
102102

103103
## Encoding
104104

105-
This project is [RFC 6265](http://tools.ietf.org/html/rfc6265#section-4.1.1) compliant.
106-
All special characters that are not allowed in the cookie-value or cookie-name are encoded with each UTF-8 Hex equivalent.
107-
The only character in cookie-name and cookie-value that is allowed and still encoded is the percent `%` character, it is escaped in order to interpret the input as literal.
105+
This project is [RFC 6265](http://tools.ietf.org/html/rfc6265#section-4.1.1) compliant. All special characters that are not allowed in the cookie-name or cookie-value are encoded with each one's UTF-8 Hex equivalent.
106+
The only character in cookie-name or cookie-value that is allowed and still encoded is the percent `%` character, it is escaped in order to interpret the input as literal.
108107
To override the default cookie decoding you need to use a [converter](#converter).
109108

110109
## Cookie Attributes

0 commit comments

Comments
 (0)