jeffreyray has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I am using pp to package a command line program to edit mp3 tags. My program works fine before I package it, but I get this error after packaging as an exe:
Unknown encoding 'UTF-16' at MP3/Tag/ID3v2.pm line 2261
The when I use pp to create a .par file, utf8.pm is included. I don't believe there is a utf16.pm. Does anyone know what files I need to include to to handle UTF16.
Here is the code the produces the error:
Thank you greatly.@data{@tag_names} = MP3::Tag->new($file)->autoinfo();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: packaging programs than can handle UTF-16
by moritz (Cardinal) on Dec 13, 2009 at 19:48 UTC | |
Re: packaging programs than can handle UTF-16
by Khen1950fx (Canon) on Dec 13, 2009 at 21:52 UTC |