Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode issue when tagging #9

Open
trapd00r opened this issue Jun 15, 2021 · 1 comment
Open

Unicode issue when tagging #9

trapd00r opened this issue Jun 15, 2021 · 1 comment

Comments

@trapd00r
Copy link

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

```
@trapd00r
Copy link
Author

trapd00r commented Jun 15, 2021

Interesting enough, the problem only appears if:

  • There's a config file, and
  • That config file contains a format

Specifying the same format I'm using in the configuration file on the command line instead, everything is just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant