Topic: Single, double quotes and other special characters replacements
The way fa insets/updates data in the database is by replacing special characters with their HTML entities equivalents, for example:
& will be converted to &
> will be converted to >
" will be converted to "
The problem is that when the data containing these html entities is pulled from the database for reporting, the output pdf file is using these HTML entities and not the original characters.
Every single quote is becoming ' so for example the item description: a package of 100' hose becomes: package of 100' hose.
any ideas hoe this can be solved?
I'm using version 2.3.25