Title: Message
I need help. I am new to Itext and I was wondering if there is a way I can programmatically using a servlet convert the following ASCII characters to there respective symbols. This data comes from the database and I would like to convert it on the fly.
 
for example:
|     converts to |
“     converts to
–     converts to
etc.
 
 

Reply via email to