in reply to XML::Parser does not parse the Symbol

Works for me. I had to tweak your code a bit to make it run:
#!/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);
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ