You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It would be very good to extend Code-128 implementation to the GS1-128 standard, which is commonly used now in package/post tracking and having capability to use it in documents, would be simply great!
GS1-128 (Formerly UCC / EAN-128) was developed to provide a global standard for exchanging data between different companies. GS1-128 not only encodes the data, but provides a method of defining the meaning of the data by defining a list of “Application Identifiers” (AI’s).
GS1-128 is a derivative language of the Code 128 symbology, utilizing a flagging character (Function Code 1 (FNC1)) and application identifiers.
A typical GS1-128 barcode has the following:
Code 128 start character (START-A, START-B or START-C)
Code 128 FNC1 character
Application Identifier (AI)
Encoded Data
Symbol Check character
Stop Character
The difference between Code-128 and GS1-128 is possibility to define AI, so it is necessary to introduce character to identify it in the input string, and for barcode they should be identified by use of ASCII 202 character - Ê and for human readable string they should be put in brackets.
Below example of GS1-128 barcode for 00759007734798889447
Thank you for the great job you did so far with the libreoffice extension!
The text was updated successfully, but these errors were encountered:
Hi,
It would be very good to extend Code-128 implementation to the GS1-128 standard, which is commonly used now in package/post tracking and having capability to use it in documents, would be simply great!
GS1-128 (Formerly UCC / EAN-128) was developed to provide a global standard for exchanging data between different companies. GS1-128 not only encodes the data, but provides a method of defining the meaning of the data by defining a list of “Application Identifiers” (AI’s).
GS1-128 is a derivative language of the Code 128 symbology, utilizing a flagging character (Function Code 1 (FNC1)) and application identifiers.
A typical GS1-128 barcode has the following:
Code 128 start character (START-A, START-B or START-C)
Code 128 FNC1 character
Application Identifier (AI)
Encoded Data
Symbol Check character
Stop Character
The difference between Code-128 and GS1-128 is possibility to define AI, so it is necessary to introduce character to identify it in the input string, and for barcode they should be identified by use of ASCII 202 character - Ê and for human readable string they should be put in brackets.
Below example of GS1-128 barcode for 00759007734798889447

Thank you for the great job you did so far with the libreoffice extension!
The text was updated successfully, but these errors were encountered: