straight quotes
Is there any way to set a style to use straight quotes? I'm tweaking one of the built-in styles for my own use, and can't figure out what determines the quotation character used. I need to end up with plain text output, so can't use smart quotes.
I see that the quotation character varies by locale (some languages use chevrons). But I don't see where to change that.
I see that the quotation character varies by locale (some languages use chevrons). But I don't see where to change that.
<locale xml:lang="en">
<terms>
<term name="open-quote">"</term>
<term name="close-quote">"</term>
<term name="open-inner-quote">'</term>
<term name="close-inner-quote">'</term>
<terms>
</locale>
Note that both Chicago and Vancouver already have terms sections, so you'd only insert the four middle lines into those.
And just to be sure you're aware: there is no contradiction between plain text and smart quotes. Smart quotes are part of the UTF-8 charset, which is handled by plain text (as opposed to e.g. bold and italics, which isn't). You only couldn't use smart quotes if you really need produce text in ascii, though I'm wondering why that would be the case and that would also cause a whole host of other issues, e.g. with umlauts and accented characters.
Yes, I meant ASCII, not just plain text. I can deal with encoding non-ASCII characters in my own content as I need to. It's just that having the style add non-ASCII characters where they didn't already exist meant that I had to deal with them in every single citation.