in reply to Re^2: WWW::Dict::Leo::Org encoding issue
in thread WWW::Dict::Leo::Org encoding issue

Perhaps it only switches to UTF-8 mode automatically when the document starts with a BOM. Try adding "\x{FEFF}" to the start of your document.

Replies are listed 'Best First'.
Re^4: WWW::Dict::Leo::Org encoding issue
by fanticla (Scribe) on Jun 13, 2010 at 20:28 UTC

    @ Corion (Sage): yes, I use Text Wigdet with utf8 without problems

    @ ikegami: no changes also adding your line.

    I am puzzeld, as all this doesn't seem to make any sense.