mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-27 21:37:39 +00:00
StandardCharsets.UTF_8 instead of Charset.forName("utf-8")
This commit is contained in:
@@ -22,7 +22,7 @@ public class SrtFromTtmlWriter {
|
||||
|
||||
private SharpStream out;
|
||||
private boolean ignoreEmptyFrames;
|
||||
private final Charset charset = Charset.forName("utf-8");
|
||||
private final Charset charset = StandardCharsets.UTF_8;
|
||||
|
||||
private int frameIndex = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user