What is the spec for formatting data in QR codes? I can not find it anywhere
Asked Answered
A

6

46

I'm specifically asking if, and what, is the specification for formatting the text inside a QR code - not how to generate a code (which I can do).

I need to put hCard data into a QR code, however I don't know how to mark the QR code as VCF data (versus URL, text, etc) so the decoder knows what to do.

All the info I've seen online has to do with generating the QR code, not formatting the data inside.

Astrakhan answered 14/9, 2010 at 16:35 Comment(0)
A
8

Who says you have to pay for this info? just go to this page http://qrcodenet.codeplex.com/ and scroll to the bottom REFERENCES section and you should find a free download like tited 4. ISO/IEC 18004:2006(E) - QR code specification ISOIEC 18004_2006Cor 1_2009.pdf

Ailurophobe answered 10/4, 2012 at 13:22 Comment(3)
I am sure that is not posted legally. The ISO spec, in any event, says nothing about the application-level format of the data, which is what the OP is asking.Houselights
@SeanOwen moot point, since the link has been dead since 2021. Unfortunately there's a long history of standards bodies like ISO funding themselves by charging for the standards they produce. If it were a nominal amount like $10 I'd be OK with it, but at the moment the QR specification is about $200.Haggard
github.com/yansikeim/QR-CodeRideout
H
39

There is no official specification for this -- the QR code spec does not say anything about the contents. Everything I know about the commonly-used and de facto formats and conventions is summarized in this wiki: https://github.com/zxing/zxing/wiki/Barcode-Contents

Houselights answered 14/9, 2010 at 16:39 Comment(0)
A
8

Who says you have to pay for this info? just go to this page http://qrcodenet.codeplex.com/ and scroll to the bottom REFERENCES section and you should find a free download like tited 4. ISO/IEC 18004:2006(E) - QR code specification ISOIEC 18004_2006Cor 1_2009.pdf

Ailurophobe answered 10/4, 2012 at 13:22 Comment(3)
I am sure that is not posted legally. The ISO spec, in any event, says nothing about the application-level format of the data, which is what the OP is asking.Houselights
@SeanOwen moot point, since the link has been dead since 2021. Unfortunately there's a long history of standards bodies like ISO funding themselves by charging for the standards they produce. If it were a nominal amount like $10 I'd be OK with it, but at the moment the QR specification is about $200.Haggard
github.com/yansikeim/QR-CodeRideout
I
0

See http://www.denso-wave.com/qrcode/qrstandard-e.html and http://www.denso-wave.com/qrcode/aboutqr-e.html

QR Code is a kind of 2-D (two-dimensional) symbology developed by Denso Wave (a division of Denso Corporation at the time) and released in 1994 with the primary aim of being a symbol that is easily interpreted by scanner equipment. ... QR Code is open in the sense that the specification of QR Code is disclosed and that the patent right owned by Denso Wave is not exercised.

from http://www.denso-wave.com/qrcode/qrstandard-e.html:

QR Code is established as an ISO (ISO/IEC18004) standard. QR Code specification can, therefore, be purchased from this organization. Please seach by inputting ISO No.18004 to "Search and ISO Catalogue". http://www.iso.ch/iso/en/prods-services/ISOstore/store.html

Indogermanic answered 12/4, 2011 at 19:51 Comment(2)
Downvotes with no comment? Why? Is something not correct in this answer? Let me know and I'll fix it.Indogermanic
the answer is not about the formating of data to encode in a qrcode. it is just about encoding already formated data.Chara
C
0

The official spec is available here from iso.org, but you have to pay for it.

Curtain answered 24/12, 2011 at 8:42 Comment(1)
The ISO spec says nothing about the application-level format of the data, which is what the OP is asking.Houselights
C
0

See http://www.onbarcode.com/qr_code/ for helpful info - both about encoding and generating, and several libraries to use as well.

Charade answered 2/2, 2012 at 22:56 Comment(1)
that link has no information about the format of data encoded in a qrcode. it is just about the encoding of already formated data.Chara
M
-1

In the past I have found information at http://www.nttdocomo.co.jp/english/service/imode/make/content/barcode/function/, a page which I can not trace (easily?) anymore.

Missile answered 18/6, 2014 at 4:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.