|
Posted by Clive Green on 06/03/07 02:57
In article <1180641917.183238.235110@g4g2000hsf.googlegroups.com>,
Mike P2 <sumguyovrthar@gmail.com> wrote:
> On May 31, 11:11 am, Clive Green <e...@clivegreen.com> wrote:
> > Hello peeps,
> >
> > I am using PHP 5.2.2 together with MP3_Id (a PEAR module for reading and
> > writing MP3 tags). I have been using PHP on the command line (Mac OS X
> > Unix shell, to be precise), and am getting on more or less OK.
> >
> > So far, I have managed to parse my tab-delimited .txt file properly into
> > an array, and then use this array to update the tags on a bunch of MP3
> > audio files. Nice.
> >
> > Thing is, some of the track names specified in my text file are in
> > Simplified Chinese characters. These show up just fine within my .txt
> > file's editor (TextMate), but appear garbled within the final output.
> > Ack.
> >
> > What I need is a way of reading and/or preserving the Chinese
> > characters, so that I can (hopefully) write them to my MP3 files.
> >
> > I am sure some of you have already cracked this one a long time ago. I
> > hope you'll exercise some patience and give me a few pointers here!
> >
> > I am not much more than a PHP newbie, so forgive me if I have overlooked
> > anything obvious :-)
> >
> > --
> > Clive Green
>
> Play with encoding choices. UTF-8 for both the text file and the PHP
> functions you use if possible.
>
> -Mike PII
Hello Mike, thanks for taking the time to add your comment.
I have a text file that is already UTF8 encoded. I suppose that I really
need to discover exactly how one reads and/or writes text strings in
such a way that double-byte characters (like Simplified Chinese Hanzi,
for example) get correctly displayed within an MP3 tag.
At the moment I am using Mp3_Id, a PEAR extension, which is working just
fine, but isn't receiving string data in the right format to display
Chinese characters within tag values.
I suspect that the answer to this issue is very straightforward. But I
am buggered if I know what it is!
Thanks again for responding, all the same. I do appreciate it!
--
Clive
Navigation:
[Reply to this message]
|