mirror of https://github.com/status-im/qzxing.git
Added link to the tested contents for QR encoding
This commit is contained in:
parent
5a415bff6c
commit
89cac63a78
|
@ -36,6 +36,7 @@ Supports barcode decoding for the following types:
|
|||
1. [Encoding operation](#howToEncoding)
|
||||
1. [C++/Qt](#howToEncodingCPP)
|
||||
1. [Qt Quick](#howToEncodingQtQuick)
|
||||
1. [Encoded text format Information](#howToEncodingFormatExamples)
|
||||
1. [Contact](#contact)
|
||||
|
||||
<a name="howToInclude"></a>
|
||||
|
@ -231,6 +232,11 @@ Image{
|
|||
}
|
||||
```
|
||||
|
||||
<a name="howToEncodingFormatExamples"></a>
|
||||
### Encoded text format Information
|
||||
Here is a list of contents that have been encoded and tested to be recognizable by the Android ZXing decoding application:
|
||||
[QR Code encoding wiki page](https://github.com/ftylitak/qzxing/wiki/QR-Code-encoding)
|
||||
|
||||
<a name="contact"></a>
|
||||
# Contact
|
||||
In case of bug reports or feature requests feel free to open an [issue](https://github.com/ftylitak/qzxing/issues).
|
||||
|
|
Loading…
Reference in New Issue