##// END OF EJS Templates
Specify character encoding in HTML HEAD...
Specify character encoding in HTML HEAD This adds an explicit declaration of the UTF-8 character encoding to the Qt generated HTML dump (since we've just explicitly requested UTF-8 conversion from QString, this declaration should be correct), c.f. http://www.w3.org/International/O-charset This patch fixes incorrect characters (e.g., A-hat for tab) in, e.g., Firefox's default rendering of exported HTML. Applying the same fix to both HTML and XHTML export even though Firefox and WebKit appear to assume UTF-8 for XHTML even without an explicit declaration.
Mark Voorhies -
r3149:f467f968
Show More
Name Size Modified Last Commit Author
/ setupext
__init__.py Loading ...
install_data_ext.py Loading ...
setupext.py Loading ...