-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
27 lines (14 loc) · 664 Bytes
/
TODO
File metadata and controls
27 lines (14 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
* Make symbols over 6 to work
* Carriage return problem
* Data type recognition is too weak
* Generalize data type conversion
* Oh,oh! where did we handle Remainder Bits?
* Implement JIS X 0201 character set encoding [pseudo-done]
It should be quite easy as the mapping is 8 bit per character and we have a
nice reference table
* Implement masking patterns and choice based on ranking
Only mask pattern '000' is implemented and applied. We should build all
other patterns and the ranking algorithm in ISO/IEC 18004 Table 24
* Refactoring and tests
* bch calculation for version information instead of reference table use
* Documentation