stefantalpalaru / w_scan2

w_scan fork (channel scan tool which generates ATSC, DVB-C, DVB-S/S2 and DVB-T/T2 channels.conf files)
GNU General Public License v2.0
81 stars 24 forks source link

Add --input-charset option #39

Closed papadave66 closed 2 years ago

papadave66 commented 2 years ago

Add --input-charset <charset> option to change the previously hardcoded fallback charset. and the previous hardcoded value 'ISO69372' is still the default now.

@low-power and I found the charset detection failed. charset GB18030 can't be detect automatically. So it would be nice to add an option to change the charset by user.

stefantalpalaru commented 2 years ago

Thanks!