You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lltag is having issues with unicode while tagging, see below.
locale is set to UTF-8 and I've tried to add a
use open qw(:std :utf8);
to no avail.
git⸢master」% perl lltag /mnt/music8/+TAGGED/+live/Ölhävers\ -\ Folkölstider\ \(Live\ Westgothafestivalen\ 1996\).mp3
Processing file "/mnt/music8/+TAGGED/+live/Ãlhävers - Folkölstider (Live Westgothafestivalen 1996).mp3"...
Trying to parse filename with internal formats...
Did not find any format file.
Didn't find any parser!
Current tag values are:
ARTIST: ÃLhäVers
TITLE: FolköLstider
ALBUM: Live Westgothafestivalen
DATE: 1996
COMMENT: rosamannen
```
The text was updated successfully, but these errors were encountered:
lltag is having issues with unicode while tagging, see below.
locale is set to UTF-8 and I've tried to add a
use open qw(:std :utf8);
to no avail.
The text was updated successfully, but these errors were encountered: