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

svn: r10558
This commit is contained in:
Brian Matherly 2008-04-12 02:49:34 +00:00
parent 884e31685d
commit 4524d43b4d

View File

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