Changes between Version 30 and Version 31 of ContentDispositionErrorHandling
- Timestamp:
- 13/12/10 10:50:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContentDispositionErrorHandling
v30 v31 61 61 To filename-decode an encoded-string, use the following algorithm: 62 62 63 1. If the encoded-string contains non-ASCII characters: 64 i. If the encoded-string decodes as UTF-8, emit the encoded-string (decoded as UTF-8) and abort these steps. 65 ii. Emit the encoded-string (decoded as ISO-8859-1) and abort these steps. 63 1. If the encoded-string contains non-ASCII characters, emit the encoded-string (decoded as ISO-8859-1) and abort these steps. 66 64 2. Let the url-unescaped-string be the encoded-string %-unescaped. 67 65 3. If the url-unescaped-string decodes as UTF-8, emit the url-unescaped-string (decoded as UTF-8) and abort these steps.