How to handle ENTER key in QR code with Oracle BI Publisher
I am able to use IDAutomation QR font to print 2D barcode with Oracle BI Publisher from Oracle E-Business Suites report (Linux OS). There are also requirements to include "Horizontal Tab" and "Enter" key in the 2D barcode. I used char(9) for ""Horizontal Tab" in RDF file, and it works fine, when scan 2D barcode, it will do "Horizontal Tab". But I can't make "Enter Key" to work by using char(10) or char(13) or char(13) + char(10). Please share your experience to handle "Enter" key for 2D barcode.