diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2024-11-15 14:48:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 14:48:14 +0100 |
commit | 15c13a22610ad6e705b38e66ce3599b1ebe78df7 (patch) | |
tree | c4e9449567b776145b5c971224f9233d3e7cc42f /README.md | |
parent | Merge pull request #89 from UnionInternationalCheminsdeFer/fix_SSB_class_codes (diff) | |
parent | Merge branch 'master' into feature/upgrade-pom-version-to-match-tag-1.4.8 (diff) | |
download | UIC-barcode-15c13a22610ad6e705b38e66ce3599b1ebe78df7.tar UIC-barcode-15c13a22610ad6e705b38e66ce3599b1ebe78df7.tar.gz UIC-barcode-15c13a22610ad6e705b38e66ce3599b1ebe78df7.tar.bz2 UIC-barcode-15c13a22610ad6e705b38e66ce3599b1ebe78df7.tar.lz UIC-barcode-15c13a22610ad6e705b38e66ce3599b1ebe78df7.tar.xz UIC-barcode-15c13a22610ad6e705b38e66ce3599b1ebe78df7.tar.zst UIC-barcode-15c13a22610ad6e705b38e66ce3599b1ebe78df7.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # UIC-barcode
-implementation of FCB barcode for a rail tickets as specified in the IRS 90918-9
+Implementation of FCB barcode for rail tickets as specified in the IRS 90918-9.
The implementation provides a java API for the ticket an encoding / decoding functions to convert
the ticket to and from the ASN.1/UPER encoded byte array specified in IRS 90918-9 for the FCB (flexible content barcode).
|