in reply to Re^2: UTF-8 and XML::Parserin thread UTF-8 and XML::Parser
perl -wE 'say length "Müller"; use utf8; say length "Müller";' [download]