xbmc / audioencoder.lame

Lame MP3 encoder addon for Kodi
GNU General Public License v2.0
5 stars 13 forks source link

[Nexus] fix charset problem on created ID3 tags #45

Closed AlwinEsch closed 2 years ago

AlwinEsch commented 2 years ago

Before was the UTF-8 characters not shown correct.

This change the set to use UTF-16 strings about where fixes the problem. Related to them is also a new setting value added to select between ID3v1 and ID3v2. On ID3v2 becomes now set the backward in UTF-8 strings and the new about ver. 2 with translated UTF-16 characters.

As needed new dependency is now iconv added.

To fix issue #38