0002032: translation of apostrophes in source titles (web report)
svn: r10557
This commit is contained in:
parent
e7b5c1ab04
commit
389ebc0f86
@ -182,15 +182,15 @@ wrapper.width = 20
|
||||
# appropriately typesetting curly quotes and apostrophes.
|
||||
html_escape_table = {
|
||||
"&" : "&",
|
||||
' "' : " “",
|
||||
'" ' : "” ",
|
||||
" '" : " ‘",
|
||||
"' " : "’ ",
|
||||
"'s ": "’s ",
|
||||
'"' : """,
|
||||
"'" : "'",
|
||||
">" : ">",
|
||||
"<" : "<",
|
||||
' "' : " “",
|
||||
'" ' : "” ",
|
||||
" '" : " ‘",
|
||||
"' " : "’ ",
|
||||
"'s " : "’s ",
|
||||
'"' : """,
|
||||
"'" : "'",
|
||||
">" : ">",
|
||||
"<" : "<",
|
||||
}
|
||||
|
||||
# This command then defines the 'html_escape' option for escaping
|
||||
|
Loading…
x
Reference in New Issue
Block a user