Removed slice offset with relative offsets from read/write api of FC18
This commit is contained in:
parent
2850174c63
commit
8cabc8eb0d
6 changed files with 119 additions and 51 deletions
|
|
@ -164,6 +164,12 @@ public enum FourCornerDotCake {
|
|||
|
||||
// =========== Allow pie terminators for symbols without escaping
|
||||
|
||||
// build from ovewviews;
|
||||
// - https://www.msx.org/wiki/KuTen_-_JIS_-_SJIS_Code_Conversion_Tables
|
||||
// - https://en.wikipedia.org/wiki/Digital_encoding_of_APL_symbols
|
||||
// - https://en.wikipedia.org/wiki/BraSCII
|
||||
// - https://en.wikipedia.org/wiki/List_of_Unicode_characters
|
||||
|
||||
FC_PIE9C_01(256 + 0 , 1, FCDotPIE9CDash01.values()),
|
||||
FC_PIE9C_02(1 + FC_PIE9C_01.getStop(), 2, FCDotPIE9CDash02.values()),
|
||||
FC_PIE9C_03(1 + FC_PIE9C_02.getStop(), 3, FCDotPIE9CDash03.values()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue