I need to parse RSS Feed in perl scripts.
But there is no encoding defined in the XML declaration and XML may contain non-unicode characters (Europian/japanese characters).
Is there any to determine Encoding of a complete XML or encoding of strings/characters in perl?
thanks
DJ