0002032: translation of apostrophes in source titles (web report)
svn: r10558
This commit is contained in:
parent
884e31685d
commit
4524d43b4d
@ -195,15 +195,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 ",
|
||||||
'"' : """,
|
'"' : """,
|
||||||
"'" : "'",
|
"'" : "'",
|
||||||
">" : ">",
|
">" : ">",
|
||||||
"<" : "<",
|
"<" : "<",
|
||||||
}
|
}
|
||||||
|
|
||||||
# This command then defines the 'html_escape' option for escaping
|
# This command then defines the 'html_escape' option for escaping
|
||||||
|
Loading…
Reference in New Issue
Block a user