Skip to content

Commit

Permalink
Hexnize code table
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed May 1, 2024
1 parent 14eddd9 commit 795fc17
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/main/java/net/eewbot/base65536j/Base65536Encoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@ public class Base65536Encoder {
Base65536Encoder() {}

static final int[] CODES = {
13312, 13568, 13824, 14080, 14336, 14592, 14848, 15104,
15360, 15616, 15872, 16128, 16384, 16640, 16896, 17152,
17408, 17664, 17920, 18176, 18432, 18688, 18944, 19200,
19456, 19968, 20224, 20480, 20736, 20992, 21248, 21504,
21760, 22016, 22272, 22528, 22784, 23040, 23296, 23552,
23808, 24064, 24320, 24576, 24832, 25088, 25344, 25600,
25856, 26112, 26368, 26624, 26880, 27136, 27392, 27648,
27904, 28160, 28416, 28672, 28928, 29184, 29440, 29696,
29952, 30208, 30464, 30720, 30976, 31232, 31488, 31744,
32000, 32256, 32512, 32768, 33024, 33280, 33536, 33792,
34048, 34304, 34560, 34816, 35072, 35328, 35584, 35840,
36096, 36352, 36608, 36864, 37120, 37376, 37632, 37888,
38144, 38400, 38656, 38912, 39168, 39424, 39680, 39936,
40192, 40448, 41216, 41472, 41728, 42240, 67072, 73728,
73984, 74240, 77824, 78080, 78336, 78592, 82944, 83200,
92160, 92416, 131072, 131328, 131584, 131840, 132096, 132352,
132608, 132864, 133120, 133376, 133632, 133888, 134144, 134400,
134656, 134912, 135168, 135424, 135680, 135936, 136192, 136448,
136704, 136960, 137216, 137472, 137728, 137984, 138240, 138496,
138752, 139008, 139264, 139520, 139776, 140032, 140288, 140544,
140800, 141056, 141312, 141568, 141824, 142080, 142336, 142592,
142848, 143104, 143360, 143616, 143872, 144128, 144384, 144640,
144896, 145152, 145408, 145664, 145920, 146176, 146432, 146688,
146944, 147200, 147456, 147712, 147968, 148224, 148480, 148736,
148992, 149248, 149504, 149760, 150016, 150272, 150528, 150784,
151040, 151296, 151552, 151808, 152064, 152320, 152576, 152832,
153088, 153344, 153600, 153856, 154112, 154368, 154624, 154880,
155136, 155392, 155648, 155904, 156160, 156416, 156672, 156928,
157184, 157440, 157696, 157952, 158208, 158464, 158720, 158976,
159232, 159488, 159744, 160000, 160256, 160512, 160768, 161024,
161280, 161536, 161792, 162048, 162304, 162560, 162816, 163072,
163328, 163584, 163840, 164096, 164352, 164608, 164864, 165120,
5376
0x3400, 0x3500, 0x3600, 0x3700, 0x3800, 0x3900, 0x3a00, 0x3b00,
0x3c00, 0x3d00, 0x3e00, 0x3f00, 0x4000, 0x4100, 0x4200, 0x4300,
0x4400, 0x4500, 0x4600, 0x4700, 0x4800, 0x4900, 0x4a00, 0x4b00,
0x4c00, 0x4e00, 0x4f00, 0x5000, 0x5100, 0x5200, 0x5300, 0x5400,
0x5500, 0x5600, 0x5700, 0x5800, 0x5900, 0x5a00, 0x5b00, 0x5c00,
0x5d00, 0x5e00, 0x5f00, 0x6000, 0x6100, 0x6200, 0x6300, 0x6400,
0x6500, 0x6600, 0x6700, 0x6800, 0x6900, 0x6a00, 0x6b00, 0x6c00,
0x6d00, 0x6e00, 0x6f00, 0x7000, 0x7100, 0x7200, 0x7300, 0x7400,
0x7500, 0x7600, 0x7700, 0x7800, 0x7900, 0x7a00, 0x7b00, 0x7c00,
0x7d00, 0x7e00, 0x7f00, 0x8000, 0x8100, 0x8200, 0x8300, 0x8400,
0x8500, 0x8600, 0x8700, 0x8800, 0x8900, 0x8a00, 0x8b00, 0x8c00,
0x8d00, 0x8e00, 0x8f00, 0x9000, 0x9100, 0x9200, 0x9300, 0x9400,
0x9500, 0x9600, 0x9700, 0x9800, 0x9900, 0x9a00, 0x9b00, 0x9c00,
0x9d00, 0x9e00, 0xa100, 0xa200, 0xa300, 0xa500, 0x10600, 0x12000,
0x12100, 0x12200, 0x13000, 0x13100, 0x13200, 0x13300, 0x14400, 0x14500,
0x16800, 0x16900, 0x20000, 0x20100, 0x20200, 0x20300, 0x20400, 0x20500,
0x20600, 0x20700, 0x20800, 0x20900, 0x20a00, 0x20b00, 0x20c00, 0x20d00,
0x20e00, 0x20f00, 0x21000, 0x21100, 0x21200, 0x21300, 0x21400, 0x21500,
0x21600, 0x21700, 0x21800, 0x21900, 0x21a00, 0x21b00, 0x21c00, 0x21d00,
0x21e00, 0x21f00, 0x22000, 0x22100, 0x22200, 0x22300, 0x22400, 0x22500,
0x22600, 0x22700, 0x22800, 0x22900, 0x22a00, 0x22b00, 0x22c00, 0x22d00,
0x22e00, 0x22f00, 0x23000, 0x23100, 0x23200, 0x23300, 0x23400, 0x23500,
0x23600, 0x23700, 0x23800, 0x23900, 0x23a00, 0x23b00, 0x23c00, 0x23d00,
0x23e00, 0x23f00, 0x24000, 0x24100, 0x24200, 0x24300, 0x24400, 0x24500,
0x24600, 0x24700, 0x24800, 0x24900, 0x24a00, 0x24b00, 0x24c00, 0x24d00,
0x24e00, 0x24f00, 0x25000, 0x25100, 0x25200, 0x25300, 0x25400, 0x25500,
0x25600, 0x25700, 0x25800, 0x25900, 0x25a00, 0x25b00, 0x25c00, 0x25d00,
0x25e00, 0x25f00, 0x26000, 0x26100, 0x26200, 0x26300, 0x26400, 0x26500,
0x26600, 0x26700, 0x26800, 0x26900, 0x26a00, 0x26b00, 0x26c00, 0x26d00,
0x26e00, 0x26f00, 0x27000, 0x27100, 0x27200, 0x27300, 0x27400, 0x27500,
0x27600, 0x27700, 0x27800, 0x27900, 0x27a00, 0x27b00, 0x27c00, 0x27d00,
0x27e00, 0x27f00, 0x28000, 0x28100, 0x28200, 0x28300, 0x28400, 0x28500,
5376
};

public byte[] encode(byte[] src) {
Expand Down

0 comments on commit 795fc17

Please sign in to comment.