EricBerendsen / dvbinspector

DVB Inspector is an open-source DVB analyzer, written in java
http://www.digitalekabeltelevisie.nl/dvb_inspector/
GNU General Public License v3.0
184 stars 31 forks source link

Up to date version of DVB identifiers and OUI list #61

Closed lebernie closed 1 year ago

lebernie commented 1 year ago

Hi,

First, thank you for DVB inspector, which is really a great tool for DVB Analysis !

This PR proposes an update of the text resource files containing DVB identifiers and OUI, with recent data from dvbservices.com and IEEE.

Note: the first commit only converts the encoding of text resource files from UTF-16 to UTF-8 (except oui.csv which is already UTF-8 encoded), so that "git diff" output gives more interesting information.

Regards

EricBerendsen commented 1 year ago

Thank you for this PR. I can not remember why I decided long ago to use UTF-16. But UTF-8 makes much more sense.

Nice timing, your PR was just in time for the 1.18 release!

lebernie commented 1 year ago

Indeed, really nice timing :)

Thank you for the merge!