You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For opening files, the code currently uses the standard codecvt library. The last time I tried that code block on anything other than Windows, it just didn't work. That was probably around 2015 though so it might work now with newer versions of GCC.
If that doesn't work, then yes, some separate library would be needed to handle UTF-16 files on Linux.
Alternatively, you could probably convert the UTF-16 files to UTF-8 using something like iconv before running them through srt-vtt.
I am on linux.
What is needed to use it on linux?
Is it some library that is needed to do this converting? And then code to implement?
The text was updated successfully, but these errors were encountered: