Tried using `${(record.amount * -1)?string.currenc...
# advancedpdf
a
Tried using
${(record.amount * -1)?string.currency}
but instead of the USD
$
it's outputting a different weird character:
¤
- never seen this before, does anyone know why this might be happening? I'm assuming there's a encoding/charset preference somewhere I'm missing?