[
https://issues.apache.org/jira/browse/DAFFODIL-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson closed DAFFODIL-2659.
-----------------------------------
Verified the specified commit (commit 2a0748d3e0a3d65dcd3b0138535a7c7d584747ae)
is included in the latest pull from the daffodil repository.
Verified changes identified in commit comments were implemented.
Verified affected daffodil subproject sbt test suite executes successfully,
including the added tests.
Verified the test added and commented out (for DAFFODIL-2661) in this commit,
does fail when un-commented.
> Special 6-bit character set needed
> ----------------------------------
>
> Key: DAFFODIL-2659
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2659
> Project: Daffodil
> Issue Type: New Feature
> Components: Back End
> Affects Versions: 3.2.1
> Reporter: Mike Beckerle
> Assignee: Mike Beckerle
> Priority: Blocker
> Fix For: 3.3.0
>
>
> This 6-bit charset encoding is needed. Suggested name ICAO-6-bit.
> The bit order is mostSignificantBitFirst.
> Each 6-bit group encoded:
> * 0 = no statement (NUL)
> * 1..26 = “A”..”Z”
> * 27-31 = not used
> * 32 = “ “ (Space character)
> * 33-47 = not used
> * 48..57 = “0” (number)..”9”
> * 58-63 = not used
> The above encoding is based on
> International Civil Aviation Organization, Annex 10 – Aeronautical
> Telecommunications, Volume IV, Chapter 3, Table 3-7: Character coding for
> transmission of aircraft identification by data link.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)