International Characters
Brought to you by:
djmamana,
martingoros
I have a problem with international characters on column headers.
I found what cause the problem. It is a JasperReport Bug, but I believe DynamicJasper has something to do. Let me explain.
The Bug.
The engine of jasperReports don't honorate character set of String constants inside expresions. (Don't know why, seems preview of ireport bypass it, but if you save a jrxml file and compile it at runtime, then fails.)
Since column headers are static text. They should use staticText instead of textField. staticText use less resources and it's faster.
This also will bypass the jasperreports bug.
Thanks.
Marià