Commit d49faf8
committed
ttconv: Also replace carriage return with spaces.
Multi-line strings will cause issues in comments since the secondary
lines will not be comments. This replacement is already done for newline
characters (\n), but not carriage return (\r) which is prevalent on
Windows.1 parent 75a35ef commit d49faf8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments