Re: XML::Rabbit and utf8

2015-09-25 Thread Илья Рассадин
Hi, Martin! First, specify UTF-8 binmode for STDOUT, it's good practice if you printing unicode characters. Second and main, problem here is that your umlaut character has not ord 195. More over, the way you construct umlaut character give you not a single character but unicode grapheme. You can

XML::Rabbit and utf8

2015-09-23 Thread Martin Barth
Hello, i'm struggling around with umlauts in my xml files, which i want to parse with XML::Rabbit. I've got the same behaviour with __DATA__ or when i'm reading a xml file via MyNode->new(file => ); And i've got non idea what i am doing wrong :( (ps: yes, the testcase is utf8 encoded acording