Small error in citation style when using Ooo vs MS Word

When using a citation style with following code:

<term name="ordinal-01">ᵉ</term>
<term name="ordinal-02">ᵉ</term>
<term name="ordinal-03">ᵉ</term>
<term name="ordinal-04">ᵉ</term>

it works perfectly fine both in the Zotero Reference Test pane and (from reports I have had) with MS Word, but with Ooo (under Ubuntu 10.04) instead of getting, for instance, "2e" (with "e" in upper case), one gets "2?".

I fixed the bug by correcting the code as

<term name="ordinal-01">e</term>
<term name="ordinal-02">e</term>
<term name="ordinal-03">e</term>
<term name="ordinal-04">e</term>

but this is less correct ("e" is not in upper case any more). And anyway there seems to be a potential problem of compatibility between Ooo and Zotero here.

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.