-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add multibyte character support (#398)
* add multibyte character support with TextDecoder * create TextDecoder for each service instead of 1 for transmuxer * remove debugger * remove template strings for ie * log message tweak Co-authored-by: Gary Katsevman <git@gkatsev.com> * remove for loop Co-authored-by: Gary Katsevman <git@gkatsev.com> * accept full captionServices option block, restructure multibyte character handling * add default value * options should default to empty object Co-authored-by: Gary Katsevman <git@gkatsev.com> * log any error thrown by TextDecoder * add tests * tweak test * add TextDecoder support check Co-authored-by: Gary Katsevman <git@gkatsev.com>
- Loading branch information
1 parent
4354bd7
commit 0849e0a
Showing
3 changed files
with
324 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.