#!/usr/bin/perl use warnings; use strict; use utf8; use XML::Parser; my $xml = "<symbols><![CDATA[Testing for Symbol ¿]]></symbols>"; my $parser = 'XML::Parser'->new; $parser->parse($xml);
In reply to Re: XML::Parser does not parse the Symbol
by choroba
in thread XML::Parser does not parse the Symbol
by gopalr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |