Help for this page
perl -CS -pe 'tr{\x{422}}{T}' file.xml > fixed.file.xml
perl -0777 -pe 's{</?REF[^>]*>}{}g' file.xml > noref.file.xml