×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Vern,
thanks for the reply.
To clarify what I've defined i publish the code:
BARCODE(QRCODE 1 *HRZ +
X'02' (*WIDTH .029) +
(*QRCODE 4 1 *CONVERT(1) +
*TRIM *UCCEAN))
works as expected except the special characters.
Karl.
-----Ursprüngliche Nachricht-----
Von: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] Im Auftrag von Vern Hamberg
Gesendet: Freitag, 26. März 2021 17:27
An: rpg400-l@xxxxxxxxxxxxxxxxxx
Betreff: Re: QRCode and special characters
Hi
I've played with QRCODE a little, not with international characters,
though - so i looked up the BARCODE documentation - it's at this address -
https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/rzakd/rzakdmstptbarco.htm#rzakdmstptbarco__ebctoascii
for 7.3, anyhow.
There is a section on converting the text for QRCODE - your answer might
be there - it seems that the text is converted from your job's CCSID to
EBCDIC 500, or a couple others, based on a the *CONVERT option you
specify. If you don't specify that, it does some kind of "normal"
conversion before building the barcode. There's a section with more
about what that means.
HTH
Vern
On 3/26/2021 11:07 AM, LOGIC IT: Karl FRITZ wrote:
Hi
Maybe somebody knows this.
How do i transfer special characters like ü, é or õ to a QRCode by keyword
(BARCODE(QRCODE …)
If I define a graphic field in the printer file I get an RNF0659 error.
Thanks for any hint.
Karl
Btw. I can do it by an Java program as well and it works! (graphic logo
included)
As an Amazon Associate we earn from qualifying purchases.