Question
Managing . or , as decimal separator
We have calculation in Javascript however, the pdf document is beeing used by various people with various "regional" settigns.
our decimal separator is a . but some user have , as separator.
pdf can manage this, but teh javascript code has some numbers with . separator.
would anyone have encoutered this situatation and have recommendation how to manage this ?
