Bug 128927 - [gtk-doc] UnicodeEncodeError: 'ascii' codec can't encode character
Summary: [gtk-doc] UnicodeEncodeError: 'ascii' codec can't encode character
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 12:06 PST by Alberto Garcia
Modified: 2014-02-27 04:22 PST (History)
0 users

See Also:


Attachments
Patch (1.14 KB, patch)
2014-02-17 12:10 PST, Alberto Garcia
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2014-02-17 12:06:05 PST
I got this when running gtkdoc-fixxref during the generation of the WebKit2 documentation.

The problem seems to be that the output contains a non-ascii character (the quotes in “activate”) and sys.stdout.write fails.
Comment 1 Alberto Garcia 2014-02-17 12:10:03 PST
Created attachment 224413 [details]
Patch
Comment 2 Alberto Garcia 2014-02-27 04:22:31 PST
Committed r164794: <http://trac.webkit.org/changeset/164794>