Update app/src/main/java/org/schabi/newpipe/streams/SrtFromTtmlWriter.java
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
parent
c76fe2adc6
commit
38360ba96f
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ public class SrtFromTtmlWriter {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle rare XML entity characters like LF: 
(`\n`)
|
* Handle rare XML entity characters like LF: 
(`\n`),
|
||||||
* , CR: 
(`\r`) and CRLF: (`\r\n`).
|
* CR: 
(`\r`) and CRLF: (`\r\n`).
|
||||||
*
|
*
|
||||||
* These are technically valid in TTML (XML allows them)
|
* These are technically valid in TTML (XML allows them)
|
||||||
* but unusual in practice, since most TTML line breaks
|
* but unusual in practice, since most TTML line breaks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue