Hello, when I want to extract subtitle from TS, I got this error :
UnicodeEncodeError: 'cp932' codec can't encode character '\u266c' in position 176: illegal multibyte sequence
Is there any way to fix this problem? This character referred from 'BEAMED SIXTEENTH NOTES' symbol (♬), but the python can't decode it from CP932 codec (SHIFT-JIS). Thank you
Hello, when I want to extract subtitle from TS, I got this error :
Is there any way to fix this problem? This character referred from 'BEAMED SIXTEENTH NOTES' symbol (♬), but the python can't decode it from CP932 codec (SHIFT-JIS). Thank you