GithubHelp home page GithubHelp logo

7890 / base45-ansi-c Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ehn-dcc-development/base45-ansi-c

0.0 0.0 0.0 35 KB

Base45 implementation in ANSI-C

License: Apache License 2.0

Makefile 8.40% C 62.85% Roff 24.19% Shell 4.57%

base45-ansi-c's Introduction

# Simple base45 encoder/decoder.

Qr and Aztec code have a specific, highly efficient, method for storing alphanumeric characters (MODE 2/0010). In particular compared to UTF-8 (where the first 32 characters are essentially unused; and successive non-latin characters loose an additional 128 values as the topbit needs to be set).

Details of this 11 bits per two characters can be found at

* https://www.thonky.com/qr-code-tutorial/alphanumeric-mode-encoding
* https://raw.githubusercontent.com/yansikeim/QR-Code/master/ISO%20IEC%2018004%202015%20Standard.pdf - section 7.44 on page 26

For this reason - the industry generally encodes these in base45. A document for this defacto standard is in flight:

    ```https://datatracker.ietf.org/doc/draft-faltstrom-base45/```

## Testing

The test.sh script does a simple test against the Javascript and Python versions of this utility.

base45-ansi-c's People

Contributors

7890 avatar dirkx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.