Re: [Boston.pm] converting utf-8 to unicode from XML text gathered by XML::Twig

2007-12-10 Thread Jeremy Muhlich
utf-8 *is* unicode... Are you trying to convert a non-utf-8 document into utf-8 and retain all of the "special" quote characters, or do you just want to strip out any non-ascii characters entirely? -- Jeremy On Wed, 2007-12-05 at 14:21 -0500, Alex Brelsfoard wrote: > Hi All, > I am currently

[Boston.pm] converting utf-8 to unicode from XML text gathered by XML::Twig

2007-12-05 Thread Alex Brelsfoard
Hi All, I am currently using XML::Twig to read in some XML. This XML's text is in utf-8. So there are smart-quotes and such in there. I need to unicode-ify the text. I tried using most of the methods that are part of XML::Twig, but came up dry. The best I could do is convert all unsupported chars