diff options
author | Karsten <karsten.budaeus@sbb.ch> | 2024-10-22 13:25:29 +0200 |
---|---|---|
committer | Karsten <karsten.budaeus@sbb.ch> | 2024-10-22 13:25:29 +0200 |
commit | 5303eb92b462006351e7f51edd86eda1288a1c38 (patch) | |
tree | 66335ba85b589f557a70e3fc9cd0ac9d8244d69c | |
parent | Minor code Liniting (diff) | |
download | UIC-barcode-5303eb92b462006351e7f51edd86eda1288a1c38.tar UIC-barcode-5303eb92b462006351e7f51edd86eda1288a1c38.tar.gz UIC-barcode-5303eb92b462006351e7f51edd86eda1288a1c38.tar.bz2 UIC-barcode-5303eb92b462006351e7f51edd86eda1288a1c38.tar.lz UIC-barcode-5303eb92b462006351e7f51edd86eda1288a1c38.tar.xz UIC-barcode-5303eb92b462006351e7f51edd86eda1288a1c38.tar.zst UIC-barcode-5303eb92b462006351e7f51edd86eda1288a1c38.zip |
Diffstat (limited to '')
-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).
|