in reply to Re^3: Using a variable with UTF8 content coming from XPATH findvalue
in thread Using a variable with UTF8 content coming from XPATH findvalue

Hi,
I'm not using any local library, all of the XML ones are coming from CPAN.
About the right encoding, It may not be a problem, since the other value that is not replaced is having the right representation. http://www.losinguanzo.com/utf8/test_o.xml I printed the value twice to be sure the problem was before the XML sustitution Running your script (Thanks ! Its really cool) :
bash-3.2$ perl tlu.pl -o uf russian_test.xml | grep CYRILLIC 0414 Д CYRILLIC CAPITAL LETTER DE 0430 а CYRILLIC SMALL LETTER A bash-3.2$
[download]
Thanks in advance for all your help Mauricio Inguanzo
  • Comment on Re^4: Using a variable with UTF8 content coming from XPATH findvalue
  • Download Code