Problems with character encoding using a data template to create barcodes.
not correctly encode the barcode start and stop characters.
<?xml version="1.0" encoding="UTF-8"?>
<BARCODE>��BOL-20008-ZIZil��</BARCODE>
it should be
<BARCODE>ËBOL-20008-ZIZilÎ</BARCODE>
The data is coming back from a barcode function implemented in the database not within the java layer.