Charset detection heuristics added with chardet lib.
This commit is contained in:
@ -12,6 +12,7 @@ type Request struct {
|
||||
Synchronized bool
|
||||
Rendered bool
|
||||
Cancelled bool
|
||||
Encoding string
|
||||
}
|
||||
|
||||
// Cancel request
|
||||
|
Reference in New Issue
Block a user