[Bug 7592] New: Tidy output fails with "wide characters"

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7592

           Summary: Tidy output fails with "wide characters"
           Product: Validator
           Version: 0.8.5
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: check
        AssignedTo: dave.null@w3.org
        ReportedBy: ville.skytta@iki.fi
         QAContact: www-validator-cvs@w3.org


When tidy outputs "wide characters", Encode::decode('utf-8', ...) on it fails
with:

    Cannot decode string with wide characters at [...]/Encode.pm line [...]

...which causes the tidy output to be missing.

Perhaps replacing Encode::decode with utf8::upgrade would be the right thing to
do, at least it appears to work locally for me.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 12 September 2009 13:52:46 UTC