Different languages use different standard quotation marks. You have to customize the system for appropriate quotation marks.
Table of ANSI codes for standard quotation marks
Quotation marks |
CHR code |
U-code (in WIndows charmap - Goto Unicode) |
Images |
Double top aligned |
147,148 |
201C, 201D |
|
Double bottom-top |
132,148 |
201E, 201D |
|
Double bottom-top open-open |
132,147 |
201E, 201C |
|
Single top aligned |
145,146 |
2018, 2019 |
|
Single bottom-top |
130,146 |
201A, 2019 |
|
Single bottom-top open-open |
130,145 |
201A, 2018 |
|
Guillemet |
187,171 |
00BB, 00AB |
|
Inverted Guillemet |
171,187 |
00AB, 00BB |
Defining system-wide custom quotation marks
For some languages different than English, you may need to define system-wide custom quotation marks. To do it, open the EditorialConfig, and locate the <Dict> node.
Within that node,
<Item Name="glbDLQuote" Value="yourchrcode" />
<Item Name="glbDRQuote" Value="yourchrcode" />
For single quotation marks add new lines with:
<Item Name="glbSLQuote" Value="yourchrcode" />
<Item Name="glbSRQuote" Value="yourchrcode" />
where yourchrcode is a CHR-code value from the previous table.
Defining typography-level custom quotation marks
In some multi-language publications, you may need to define typography-level custom quotation marks. To do it, open the EditorialConfig, and locate the <Dict> node.
Within that node, add new lines with:
<Item Name="typographyid_glbDLQuote" Value="yourchrcode" />
<Item Name="typographyid_glbDRQuote" Value="yourchrcode" />
<Item Name="typographyid_glbSLQuote" Value="yourchrcode" />
<Item Name="typographyid_glbSRQuote" Value="yourchrcode" />
where typographyid is the id of the typography and yourchrcode is a CHR-code value from the previous table.
Configure punctuation checker for the custom quotation marks
See Configuring punctuation checker for custom quotation marks