- added explanation of ac codes - section 5.3.9
- added section on encoding and character quoting - section 3
I am interested in feedback on the encoding section I added to the ADL
document, as well as on anything else.
the ac and encoding sections both read fine to me.
For the encoding, there's no \uxxxx syntax included?
I realise that by supporting UTF-8 you don't absolutely
need it, but similar to the provision of \t, \n - it may allow
construction of adl in editors that aren't quite up to
UTF-8..
Also, it maybe should state that use of \ with an
invalid character after it (i.e. \q) is illegal and not to
be interpreted as the literal characters \ then q.
Just had a quick look on the updated versions and found the following:
Grammar for translation part of the archetype is still missing (p99 the of ADL spec).
I found new grammar section for c_code_phrase and c_ordinal, but they are not very detailed. For instance, there is no mentioning of assumed value in the grammar.
I couldn’t find any example for asssumed value in c_quantity. Is it not supported (because of using inline dADL format?). Will there be any custom syntax for c_quantity?
the ac and encoding sections both read fine to me.
For the encoding, there's no \uxxxx syntax included?
I realise that by supporting UTF-8 you don't absolutely
need it, but similar to the provision of \t, \n - it may allow
construction of adl in editors that aren't quite up to
UTF-8..
I debated about it with myself...I just wonder if we put it in as a part
of the base specification it means software builders have to support it,
even though it may never be used... On the other hand, it is easy to
specify - I would be tempted to specify it as optional, but the only
allowed way to use ascii character quoting (as opposed to the XML & ISO
stuff we had before); and say that if it appears to be required in the
future we will make it mandatory.
thoughts on this?
Also, it maybe should state that use of \ with an
invalid character after it (i.e. \q) is illegal and not to
be interpreted as the literal characters \ then q.
Just had a quick look on the updated versions and found the following:
1. Grammar for translation part of the archetype is still missing (p99
the of ADL spec).
fixed
2. I found new grammar section for c_code_phrase and c_ordinal, but
they are not very detailed. For instance, there is no mentioning of
assumed value in the grammar.
See the items marked ******* ASSUMED VALUE ******** below...