Problems with accented character and new style - IGNORE

Hi,

I'm running into trouble with replacing the "[available at:]" part with a spanish version that has an accented character: "en línea" (the i with accent).

Using the reference test page, zotero doesn't parse the accented i correctly.

What is weird is that if I enter the accented-i directly into the reference test page, it parses it fine. But I can't make the .csl file load and behave correctly. Am I forgetting something about encodings?

Here is the code:

<macro name="access">
<group delimiter=" ">
<text value="[en línea]"/>
<text variable="URL"/>
<group prefix="[" suffix="]">
<text term="accessed" suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix=" de "/>
<date-part name="month" suffix=" de "/>
<date-part name="year"/>
</date>
</group>
</group>
</macro>
  • Hmmm...ignore this for now. I used a different editor to save the file and it appears to work ok. I will try at my work computer to see if the encoding sticks.
Sign In or Register to comment.