Skip to content

Commit

Permalink
Updated readme because C supports ECI segments (due to commits d126f7b
Browse files Browse the repository at this point in the history
…and 66f6500), and Java supports kanji optimization (due to commit 8800acf).
  • Loading branch information
nayuki committed Sep 3, 2018
1 parent 3fc1e9e commit 4bb52fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Manual parameters:
* User can specify minimum and maximum version numbers allowed, then library will automatically choose smallest version in the range that fits the data
* User can specify mask pattern manually, otherwise library will automatically evaluate all 8 masks and select the optimal one
* User can specify absolute error correction level, or allow the library to boost it if it doesn't increase the version number
* User can create a list of data segments manually and add ECI segments (all languages except C)
* User can create a list of data segments manually and add ECI segments

Optional advanced features (Java only):

* Encodes Japanese Unicode text in kanji mode to save a lot of space compared to UTF-8 bytes
* Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general parts
* Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji parts

More information about QR Code technology and this library's design can be found on the project home page.

Expand Down

0 comments on commit 4bb52fc

Please sign in to comment.