在“高级”选项卡中,您需要启用此处显示的选项:

此文件通常包含将这些代码转换为实际字符的规则:

以防您的 PrintDraftChanges.txt 文件中尚未包含这些规则,以下是供您复制粘贴的内容:
# CONVERT ANGLED QUOTES TO ENGLISH (CURLY) QUOTES
# -------------------------------------------------------------------------------
'<< *<' > '\u201c \u2018' # Use nested open double and single curly quotes
# (non-breaking thin space between)
'<<' > '\u201c' # Use double open curly quotes
'<' > '\u2018' # Use single open curly quotes
'> *>>' > '\u2019 \u201d' # Use nested close double and single curly quotes
# (non-breaking thin space between)
'>>' > '\u201d' # Use double close curly quotes
'>' > '\u2019' # Use single close curly quotes
On the Advanced tab, you will need to turn on the option shown here:

This file normally contains rules that convert such codes into their actual characters:

Just in case your PrintDraftChanges.txt file doesn’t already contain these rules, here they are for you to copy-and-paste:
# CONVERT ANGLED QUOTES TO ENGLISH (CURLY) QUOTES
# -------------------------------------------------------------------------------
'<< *<' > '\u201c \u2018' # Use nested open double and single curly quotes
# (non-breaking thin space between)
'<<' > '\u201c' # Use double open curly quotes
'<' > '\u2018' # Use single open curly quotes
'> *>>' > '\u2019 \u201d' # Use nested close double and single curly quotes
# (non-breaking thin space between)
'>>' > '\u201d' # Use double close curly quotes
'>' > '\u2019' # Use single close curly quotes
机器翻译自 English