File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -445,9 +445,17 @@ The `contrib/development` directory contains:
445445- ` build-gs1-syntax-dict.pl ` - Maintainer script to transform it into the ` /gs1syntax ` code structure
446446
447447** Calling convention:**
448+
449+ For bracketed AI syntax:
450+
451+ ``` postscript
452+ (\(01\)09521234543213\(10\)ABC123) /ai //gs1process exec % => ais vals fncs
453+ ```
454+
455+ For a GS1 Digital Link URI:
456+
448457``` postscript
449- (\(01\)09521234543213\(10\)ABC123) /ai //gs1process exec % => ais vals fncs (For bracketed AI syntax)
450- (https://id.gs1.org/01/09521234543213/10/ABC123) /dl //gs1process exec % => ais vals fncs (For Digital Link URI)
458+ (https://id.gs1.org/01/09521234543213/10/ABC123) /dl //gs1process exec % => ais vals fncs
451459```
452460
453461- ` ais ` - Application Identifier strings (e.g., ` [(01) (10)] ` )
You can’t perform that action at this time.
0 commit comments