[Webkit-unassigned] [Bug 45791] NRWT fails with UnicodeDecodeError on editing/selection/mixed-editability-10.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 14 17:41:22 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45791
Dirk Pranke <dpranke at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |dpranke at chromium.org
|kit.org |
--- Comment #1 from Dirk Pranke <dpranke at chromium.org> 2010-09-14 17:41:22 PST ---
The problem seems to be that we're passing in unicode strings for the filenames and raw strings for the content to diff. That results in the unified output being a mixture of the two datatypes, which causes ''.join() to do encoding conversions using the default 'ascii' converter, which keels over.
The easiest fix is probably to convert the filenames to raw strings.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list