Res: Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities

2008-09-27 Thread Bianca Shibuya
original De: [EMAIL PROTECTED] [EMAIL PROTECTED] Para: Bianca Shibuya [EMAIL PROTECTED]; macosx@perl.org Cc: [EMAIL PROTECTED] Enviadas: Sábado, 27 de Setembro de 2008 21:54:30 Assunto: Re: Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities encode_utf8(@$row[7

Re: Res: Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities

2008-09-27 Thread pchase
@perl.org Cc: [EMAIL PROTECTED] Enviadas: Sábado, 27 de Setembro de 2008 21:54:30 Assunto: Re: Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities encode_utf8(@$row[7]) @$row[7] is not a string, it's an array containing the eighth element of @$row. Make sure what

Re: Res: Res: Res: Parsing of undecoded UTF-8 will give garbage when decoding entities

2008-09-27 Thread Chas. Owens
On Sep 27, 2008, at 10:00, Bianca Shibuya [EMAIL PROTECTED] wrote: Thank you for your help. But the content of @$row[7] is a string (I have printed out it). If it is not a string, I cannot identify other variable to apply this function. =( Because the rest of the program is a sequence of