How do I use non-english characters? #947
-
|
Non-english, I think the other term is non-ansi. And/or using utf-8. I get I have more libraries that don't have this issue running beforehand (I run pydub to extract audio from .mp4, and now I'm reading the resulting .wav here) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
So I printed out "sys.argv" and it still comes out with incorrect encoding and I've reached the limit of what I can do on this end but I've managed to understand the flow of the python internals in transcribe so I'll try and do it the python way instead of a system call. |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.





Ok, I downloaded it and ran it locally and it's running.
Minor spacing issue but that is my proof it's running.
this is proof too.