NewPipeExtractor/extractor
TiA4f8R ac31f3a883
Specify UTF-8 file encoding in RecordingDownloader and MockDownloader
On Windows, mocks are recorded and read with the Cp1252 encoding so it breaks the mocks on non ASCII characters for Linux OS (and so the CI).
The project is in Java 8, so we can't use FileReader(File, Charset) and FileReader(File, Charset) because these methods require Java 11. Instead of changing the Java version of the extractor, use OutputStreamWriter and FileOutputStream instead of FileWriter and InputStreamReader and FileInputStream instead of FileReader.
2021-06-03 18:38:25 +02:00
..
src Specify UTF-8 file encoding in RecordingDownloader and MockDownloader 2021-06-03 18:38:25 +02:00
build.gradle Update junit from 4.13.1 to 4.13.2 2021-05-28 15:09:26 +02:00