0002032: translation of apostrophes in source titles (web report)

svn: r10557
This commit is contained in:
Brian Matherly
2008-04-12 02:48:07 +00:00
parent e7b5c1ab04
commit 389ebc0f86

View File

@@ -182,15 +182,15 @@ wrapper.width = 20
# appropriately typesetting curly quotes and apostrophes. # appropriately typesetting curly quotes and apostrophes.
html_escape_table = { html_escape_table = {
"&" : "&", "&" : "&",
' "' : " “", ' "' : " “",
'" ' : "” ", '" ' : "” ",
" '" : " ‘", " '" : " ‘",
"' " : "’ ", "' " : "’ ",
"'s ": "’s ", "'s " : "’s ",
'"' : """, '"' : """,
"'" : "'", "'" : "'",
">" : ">", ">" : ">",
"<" : "&lt;", "<" : "&#60;",
} }
# This command then defines the 'html_escape' option for escaping # This command then defines the 'html_escape' option for escaping