gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Messages during indexing


From: address@hidden
Subject: Re: [Gnump3d-users] Messages during indexing
Date: Fri, 8 May 2009 12:25:35 -0700
User-agent: KMail/1.9.9

> "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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]