mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
* use ISO-8859-1 as http default charset
This commit is contained in:
parent
3ff3a85289
commit
e58947e6a4
@ -145,8 +145,8 @@ public final class WebRequest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// use UTF-8 if charset cannot be determined
|
// use http default encoding if charset cannot be determined
|
||||||
return Charset.forName("UTF-8");
|
return Charset.forName("ISO-8859-1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user