Advanced टैब पर, आपको यहाँ दिखाए गए विकल्प को चालू (turn on) करने की आवश्यकता होगी:

यह फ़ाइल सामान्यतः उन नियमों को शामिल करती है जो ऐसे कोड्स को उनके वास्तविक अक्षरों में परिवर्तित करते हैं:

यदि आपकी 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 से मशीन-अनुवादित