> "Wide Character during print at /usr/bin/gnump3d-index line 499"

Line 599 is located within a foreach loop on %TAGS, where it's printing an 
MP3's tags to the cachefile.  Looks like some of your metadata tags (e.g. 
id3) contain wide/multibyte (e.g. unicode) characters. 

I'm not too terribly familiar with handling Unicode (never comes up in my 
job), but I believe adding the following code after line #407 should fix it.

        binmode (OUT, ':utf8') or $error = 1;

If there's anyone here with more experience in handling Unicode, feel free to 
comment and/or correct me.


_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to