On Fri, Jan 11, 2013 at 2:01 PM, Christer Palm <[email protected]> wrote: > Do you have suggestions on this character issue? Is it possible to determine > the character set of a text efficiently? Is it other ways to solve the > problem?
As far as other ways to solve the problem, my suggestion would be to not use regexps to parse XML, use an XML parser. For example, something like https://metacpan.org/module/XML::Feed . chrs, john. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
