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
3516667671
commit
71aa6d52d3
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ public class SrtFromTtmlWriter {
|
|||
}
|
||||
|
||||
/**
|
||||
* Handle rare XML entity characters like LF: 
(`\n`)
|
||||
* , CR: 
(`\r`) and CRLF: (`\r\n`).
|
||||
* Handle rare XML entity characters like LF: 
(`\n`),
|
||||
* CR: 
(`\r`) and CRLF: (`\r\n`).
|
||||
*
|
||||
* These are technically valid in TTML (XML allows them)
|
||||
* but unusual in practice, since most TTML line breaks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue