does anyone know why freemarker does this and how ...
# advancedpdf
i
does anyone know why freemarker does this and how to solve it? I have a field that im getting its length, but for some reason when it has an special character, in this case
&
it says a wrong length so, this,
ID33464E & OA1475
apparently has a length of 21
${payment.custbody_reference_bill_no?length}
but this
ID33464E  OA1475
has a length of 16, as it should!