~alcinnz/hurl

ref: 0836606622d85d93c5aa9177efbe01b09eba4f4f hurl/ISSUES/charset-sniffing.md -rw-r--r-- 298 bytes
08366066 — Adrian Cochrane Switch cryptography library & implement HSTS. 2 years ago
                                                                                
7d31eda4 Adrian Cochrane
1
2
3
# Optimize Charset Sniffing

Almost all charsets are supersets of ASCII, so when sniffing the charset for files which don't specify the encoding in their MIMEtype I can treat all the preceding text as ASCII. Though I suppose for this trick to work on UTF16 or UTF32 I'd need to remove any 0 bytes.