~alcinnz/hurl

ref: 12c81bf0660acab500c2c9c234803e0fd1a47a0d hurl/ISSUES/charset-sniffing.md -rw-r--r-- 298 bytes
12c81bf0 — Adrian Cochrane Bug/crash/feature fixes for submitting forms. 2 years ago

#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.