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
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
/// A number of constants to give a name to all characters in this block.
mod constants {
    /// \u{12400}: '𒐀'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_ASH: char = '𒐀';
    /// \u{12401}: '𒐁'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_ASH: char = '𒐁';
    /// \u{12402}: '𒐂'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_ASH: char = '𒐂';
    /// \u{12403}: '𒐃'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_ASH: char = '𒐃';
    /// \u{12404}: '𒐄'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_ASH: char = '𒐄';
    /// \u{12405}: '𒐅'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_ASH: char = '𒐅';
    /// \u{12406}: '𒐆'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_ASH: char = '𒐆';
    /// \u{12407}: '𒐇'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_ASH: char = '𒐇';
    /// \u{12408}: '𒐈'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_DISH: char = '𒐈';
    /// \u{12409}: '𒐉'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_DISH: char = '𒐉';
    /// \u{1240a}: '𒐊'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_DISH: char = '𒐊';
    /// \u{1240b}: '𒐋'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_DISH: char = '𒐋';
    /// \u{1240c}: '𒐌'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_DISH: char = '𒐌';
    /// \u{1240d}: '𒐍'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_DISH: char = '𒐍';
    /// \u{1240e}: '𒐎'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_DISH: char = '𒐎';
    /// \u{1240f}: '𒐏'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_U: char = '𒐏';
    /// \u{12410}: '𒐐'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_U: char = '𒐐';
    /// \u{12411}: '𒐑'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_U: char = '𒐑';
    /// \u{12412}: '𒐒'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_U: char = '𒐒';
    /// \u{12413}: '𒐓'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_U: char = '𒐓';
    /// \u{12414}: '𒐔'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_U: char = '𒐔';
    /// \u{12415}: '𒐕'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_GESH2: char = '𒐕';
    /// \u{12416}: '𒐖'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_GESH2: char = '𒐖';
    /// \u{12417}: '𒐗'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_GESH2: char = '𒐗';
    /// \u{12418}: '𒐘'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_GESH2: char = '𒐘';
    /// \u{12419}: '𒐙'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_GESH2: char = '𒐙';
    /// \u{1241a}: '𒐚'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_GESH2: char = '𒐚';
    /// \u{1241b}: '𒐛'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_GESH2: char = '𒐛';
    /// \u{1241c}: '𒐜'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_GESH2: char = '𒐜';
    /// \u{1241d}: '𒐝'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_GESH2: char = '𒐝';
    /// \u{1241e}: '𒐞'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_GESHU: char = '𒐞';
    /// \u{1241f}: '𒐟'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_GESHU: char = '𒐟';
    /// \u{12420}: '𒐠'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_GESHU: char = '𒐠';
    /// \u{12421}: '𒐡'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_GESHU: char = '𒐡';
    /// \u{12422}: '𒐢'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_GESHU: char = '𒐢';
    /// \u{12423}: '𒐣'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_SHAR2: char = '𒐣';
    /// \u{12424}: '𒐤'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_SHAR2: char = '𒐤';
    /// \u{12425}: '𒐥'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_SHAR2_VARIANT_FORM: char = '𒐥';
    /// \u{12426}: '𒐦'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_SHAR2: char = '𒐦';
    /// \u{12427}: '𒐧'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_SHAR2: char = '𒐧';
    /// \u{12428}: '𒐨'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_SHAR2: char = '𒐨';
    /// \u{12429}: '𒐩'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_SHAR2: char = '𒐩';
    /// \u{1242a}: '𒐪'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_SHAR2: char = '𒐪';
    /// \u{1242b}: '𒐫'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_SHAR2: char = '𒐫';
    /// \u{1242c}: '𒐬'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_SHARU: char = '𒐬';
    /// \u{1242d}: '𒐭'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_SHARU: char = '𒐭';
    /// \u{1242e}: '𒐮'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_SHARU: char = '𒐮';
    /// \u{1242f}: '𒐯'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_SHARU_VARIANT_FORM: char = '𒐯';
    /// \u{12430}: '𒐰'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_SHARU: char = '𒐰';
    /// \u{12431}: '𒐱'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_SHARU: char = '𒐱';
    /// \u{12432}: '𒐲'
    pub const CUNEIFORM_NUMERIC_SIGN_SHAR2_TIMES_GAL_PLUS_DISH: char = '𒐲';
    /// \u{12433}: '𒐳'
    pub const CUNEIFORM_NUMERIC_SIGN_SHAR2_TIMES_GAL_PLUS_MIN: char = '𒐳';
    /// \u{12434}: '𒐴'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_BURU: char = '𒐴';
    /// \u{12435}: '𒐵'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_BURU: char = '𒐵';
    /// \u{12436}: '𒐶'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_BURU: char = '𒐶';
    /// \u{12437}: '𒐷'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_BURU_VARIANT_FORM: char = '𒐷';
    /// \u{12438}: '𒐸'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_BURU: char = '𒐸';
    /// \u{12439}: '𒐹'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_BURU: char = '𒐹';
    /// \u{1243a}: '𒐺'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_VARIANT_FORM_ESH16: char = '𒐺';
    /// \u{1243b}: '𒐻'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_VARIANT_FORM_ESH21: char = '𒐻';
    /// \u{1243c}: '𒐼'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU: char = '𒐼';
    /// \u{1243d}: '𒐽'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU4: char = '𒐽';
    /// \u{1243e}: '𒐾'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU_A: char = '𒐾';
    /// \u{1243f}: '𒐿'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU_B: char = '𒐿';
    /// \u{12440}: '𒑀'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_VARIANT_FORM_ASH9: char = '𒑀';
    /// \u{12441}: '𒑁'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN3: char = '𒑁';
    /// \u{12442}: '𒑂'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN_A: char = '𒑂';
    /// \u{12443}: '𒑃'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN_B: char = '𒑃';
    /// \u{12444}: '𒑄'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_VARIANT_FORM_USSU: char = '𒑄';
    /// \u{12445}: '𒑅'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_VARIANT_FORM_USSU3: char = '𒑅';
    /// \u{12446}: '𒑆'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU: char = '𒑆';
    /// \u{12447}: '𒑇'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU3: char = '𒑇';
    /// \u{12448}: '𒑈'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU4: char = '𒑈';
    /// \u{12449}: '𒑉'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU_A: char = '𒑉';
    /// \u{1244a}: '𒑊'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_ASH_TENU: char = '𒑊';
    /// \u{1244b}: '𒑋'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_ASH_TENU: char = '𒑋';
    /// \u{1244c}: '𒑌'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_ASH_TENU: char = '𒑌';
    /// \u{1244d}: '𒑍'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_ASH_TENU: char = '𒑍';
    /// \u{1244e}: '𒑎'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_ASH_TENU: char = '𒑎';
    /// \u{1244f}: '𒑏'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_BAN2: char = '𒑏';
    /// \u{12450}: '𒑐'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_BAN2: char = '𒑐';
    /// \u{12451}: '𒑑'
    pub const CUNEIFORM_NUMERIC_SIGN_THREE_BAN2: char = '𒑑';
    /// \u{12452}: '𒑒'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_BAN2: char = '𒑒';
    /// \u{12453}: '𒑓'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_BAN2_VARIANT_FORM: char = '𒑓';
    /// \u{12454}: '𒑔'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_BAN2: char = '𒑔';
    /// \u{12455}: '𒑕'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_BAN2_VARIANT_FORM: char = '𒑕';
    /// \u{12456}: '𒑖'
    pub const CUNEIFORM_NUMERIC_SIGN_NIGIDAMIN: char = '𒑖';
    /// \u{12457}: '𒑗'
    pub const CUNEIFORM_NUMERIC_SIGN_NIGIDAESH: char = '𒑗';
    /// \u{12458}: '𒑘'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_ESHE3: char = '𒑘';
    /// \u{12459}: '𒑙'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_ESHE3: char = '𒑙';
    /// \u{1245a}: '𒑚'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_THIRD_DISH: char = '𒑚';
    /// \u{1245b}: '𒑛'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_THIRDS_DISH: char = '𒑛';
    /// \u{1245c}: '𒑜'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_SIXTHS_DISH: char = '𒑜';
    /// \u{1245d}: '𒑝'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_THIRD_VARIANT_FORM_A: char = '𒑝';
    /// \u{1245e}: '𒑞'
    pub const CUNEIFORM_NUMERIC_SIGN_TWO_THIRDS_VARIANT_FORM_A: char = '𒑞';
    /// \u{1245f}: '𒑟'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_EIGHTH_ASH: char = '𒑟';
    /// \u{12460}: '𒑠'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_QUARTER_ASH: char = '𒑠';
    /// \u{12461}: '𒑡'
    pub const CUNEIFORM_NUMERIC_SIGN_OLD_ASSYRIAN_ONE_SIXTH: char = '𒑡';
    /// \u{12462}: '𒑢'
    pub const CUNEIFORM_NUMERIC_SIGN_OLD_ASSYRIAN_ONE_QUARTER: char = '𒑢';
    /// \u{12463}: '𒑣'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_QUARTER_GUR: char = '𒑣';
    /// \u{12464}: '𒑤'
    pub const CUNEIFORM_NUMERIC_SIGN_ONE_HALF_GUR: char = '𒑤';
    /// \u{12465}: '𒑥'
    pub const CUNEIFORM_NUMERIC_SIGN_ELAMITE_ONE_THIRD: char = '𒑥';
    /// \u{12466}: '𒑦'
    pub const CUNEIFORM_NUMERIC_SIGN_ELAMITE_TWO_THIRDS: char = '𒑦';
    /// \u{12467}: '𒑧'
    pub const CUNEIFORM_NUMERIC_SIGN_ELAMITE_FORTY: char = '𒑧';
    /// \u{12468}: '𒑨'
    pub const CUNEIFORM_NUMERIC_SIGN_ELAMITE_FIFTY: char = '𒑨';
    /// \u{12469}: '𒑩'
    pub const CUNEIFORM_NUMERIC_SIGN_FOUR_U_VARIANT_FORM: char = '𒑩';
    /// \u{1246a}: '𒑪'
    pub const CUNEIFORM_NUMERIC_SIGN_FIVE_U_VARIANT_FORM: char = '𒑪';
    /// \u{1246b}: '𒑫'
    pub const CUNEIFORM_NUMERIC_SIGN_SIX_U_VARIANT_FORM: char = '𒑫';
    /// \u{1246c}: '𒑬'
    pub const CUNEIFORM_NUMERIC_SIGN_SEVEN_U_VARIANT_FORM: char = '𒑬';
    /// \u{1246d}: '𒑭'
    pub const CUNEIFORM_NUMERIC_SIGN_EIGHT_U_VARIANT_FORM: char = '𒑭';
    /// \u{1246e}: '𒑮'
    pub const CUNEIFORM_NUMERIC_SIGN_NINE_U_VARIANT_FORM: char = '𒑮';
    /// \u{12470}: '𒑰'
    pub const CUNEIFORM_PUNCTUATION_SIGN_OLD_ASSYRIAN_WORD_DIVIDER: char = '𒑰';
    /// \u{12471}: '𒑱'
    pub const CUNEIFORM_PUNCTUATION_SIGN_VERTICAL_COLON: char = '𒑱';
    /// \u{12472}: '𒑲'
    pub const CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_COLON: char = '𒑲';
    /// \u{12473}: '𒑳'
    pub const CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_TRICOLON: char = '𒑳';
    /// \u{12474}: '𒑴'
    pub const CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_QUADCOLON: char = '𒑴';
}

/// An enum to represent all characters in the CuneiformNumbersandPunctuation block.
#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq)]
pub enum CuneiformNumbersandPunctuation {
    /// \u{12400}: '𒐀'
    CuneiformNumericSignTwoAsh,
    /// \u{12401}: '𒐁'
    CuneiformNumericSignThreeAsh,
    /// \u{12402}: '𒐂'
    CuneiformNumericSignFourAsh,
    /// \u{12403}: '𒐃'
    CuneiformNumericSignFiveAsh,
    /// \u{12404}: '𒐄'
    CuneiformNumericSignSixAsh,
    /// \u{12405}: '𒐅'
    CuneiformNumericSignSevenAsh,
    /// \u{12406}: '𒐆'
    CuneiformNumericSignEightAsh,
    /// \u{12407}: '𒐇'
    CuneiformNumericSignNineAsh,
    /// \u{12408}: '𒐈'
    CuneiformNumericSignThreeDish,
    /// \u{12409}: '𒐉'
    CuneiformNumericSignFourDish,
    /// \u{1240a}: '𒐊'
    CuneiformNumericSignFiveDish,
    /// \u{1240b}: '𒐋'
    CuneiformNumericSignSixDish,
    /// \u{1240c}: '𒐌'
    CuneiformNumericSignSevenDish,
    /// \u{1240d}: '𒐍'
    CuneiformNumericSignEightDish,
    /// \u{1240e}: '𒐎'
    CuneiformNumericSignNineDish,
    /// \u{1240f}: '𒐏'
    CuneiformNumericSignFourU,
    /// \u{12410}: '𒐐'
    CuneiformNumericSignFiveU,
    /// \u{12411}: '𒐑'
    CuneiformNumericSignSixU,
    /// \u{12412}: '𒐒'
    CuneiformNumericSignSevenU,
    /// \u{12413}: '𒐓'
    CuneiformNumericSignEightU,
    /// \u{12414}: '𒐔'
    CuneiformNumericSignNineU,
    /// \u{12415}: '𒐕'
    CuneiformNumericSignOneGesh2,
    /// \u{12416}: '𒐖'
    CuneiformNumericSignTwoGesh2,
    /// \u{12417}: '𒐗'
    CuneiformNumericSignThreeGesh2,
    /// \u{12418}: '𒐘'
    CuneiformNumericSignFourGesh2,
    /// \u{12419}: '𒐙'
    CuneiformNumericSignFiveGesh2,
    /// \u{1241a}: '𒐚'
    CuneiformNumericSignSixGesh2,
    /// \u{1241b}: '𒐛'
    CuneiformNumericSignSevenGesh2,
    /// \u{1241c}: '𒐜'
    CuneiformNumericSignEightGesh2,
    /// \u{1241d}: '𒐝'
    CuneiformNumericSignNineGesh2,
    /// \u{1241e}: '𒐞'
    CuneiformNumericSignOneGeshu,
    /// \u{1241f}: '𒐟'
    CuneiformNumericSignTwoGeshu,
    /// \u{12420}: '𒐠'
    CuneiformNumericSignThreeGeshu,
    /// \u{12421}: '𒐡'
    CuneiformNumericSignFourGeshu,
    /// \u{12422}: '𒐢'
    CuneiformNumericSignFiveGeshu,
    /// \u{12423}: '𒐣'
    CuneiformNumericSignTwoShar2,
    /// \u{12424}: '𒐤'
    CuneiformNumericSignThreeShar2,
    /// \u{12425}: '𒐥'
    CuneiformNumericSignThreeShar2VariantForm,
    /// \u{12426}: '𒐦'
    CuneiformNumericSignFourShar2,
    /// \u{12427}: '𒐧'
    CuneiformNumericSignFiveShar2,
    /// \u{12428}: '𒐨'
    CuneiformNumericSignSixShar2,
    /// \u{12429}: '𒐩'
    CuneiformNumericSignSevenShar2,
    /// \u{1242a}: '𒐪'
    CuneiformNumericSignEightShar2,
    /// \u{1242b}: '𒐫'
    CuneiformNumericSignNineShar2,
    /// \u{1242c}: '𒐬'
    CuneiformNumericSignOneSharu,
    /// \u{1242d}: '𒐭'
    CuneiformNumericSignTwoSharu,
    /// \u{1242e}: '𒐮'
    CuneiformNumericSignThreeSharu,
    /// \u{1242f}: '𒐯'
    CuneiformNumericSignThreeSharuVariantForm,
    /// \u{12430}: '𒐰'
    CuneiformNumericSignFourSharu,
    /// \u{12431}: '𒐱'
    CuneiformNumericSignFiveSharu,
    /// \u{12432}: '𒐲'
    CuneiformNumericSignShar2TimesGalPlusDish,
    /// \u{12433}: '𒐳'
    CuneiformNumericSignShar2TimesGalPlusMin,
    /// \u{12434}: '𒐴'
    CuneiformNumericSignOneBuru,
    /// \u{12435}: '𒐵'
    CuneiformNumericSignTwoBuru,
    /// \u{12436}: '𒐶'
    CuneiformNumericSignThreeBuru,
    /// \u{12437}: '𒐷'
    CuneiformNumericSignThreeBuruVariantForm,
    /// \u{12438}: '𒐸'
    CuneiformNumericSignFourBuru,
    /// \u{12439}: '𒐹'
    CuneiformNumericSignFiveBuru,
    /// \u{1243a}: '𒐺'
    CuneiformNumericSignThreeVariantFormEsh16,
    /// \u{1243b}: '𒐻'
    CuneiformNumericSignThreeVariantFormEsh21,
    /// \u{1243c}: '𒐼'
    CuneiformNumericSignFourVariantFormLimmu,
    /// \u{1243d}: '𒐽'
    CuneiformNumericSignFourVariantFormLimmu4,
    /// \u{1243e}: '𒐾'
    CuneiformNumericSignFourVariantFormLimmuA,
    /// \u{1243f}: '𒐿'
    CuneiformNumericSignFourVariantFormLimmuB,
    /// \u{12440}: '𒑀'
    CuneiformNumericSignSixVariantFormAsh9,
    /// \u{12441}: '𒑁'
    CuneiformNumericSignSevenVariantFormImin3,
    /// \u{12442}: '𒑂'
    CuneiformNumericSignSevenVariantFormIminA,
    /// \u{12443}: '𒑃'
    CuneiformNumericSignSevenVariantFormIminB,
    /// \u{12444}: '𒑄'
    CuneiformNumericSignEightVariantFormUssu,
    /// \u{12445}: '𒑅'
    CuneiformNumericSignEightVariantFormUssu3,
    /// \u{12446}: '𒑆'
    CuneiformNumericSignNineVariantFormIlimmu,
    /// \u{12447}: '𒑇'
    CuneiformNumericSignNineVariantFormIlimmu3,
    /// \u{12448}: '𒑈'
    CuneiformNumericSignNineVariantFormIlimmu4,
    /// \u{12449}: '𒑉'
    CuneiformNumericSignNineVariantFormIlimmuA,
    /// \u{1244a}: '𒑊'
    CuneiformNumericSignTwoAshTenu,
    /// \u{1244b}: '𒑋'
    CuneiformNumericSignThreeAshTenu,
    /// \u{1244c}: '𒑌'
    CuneiformNumericSignFourAshTenu,
    /// \u{1244d}: '𒑍'
    CuneiformNumericSignFiveAshTenu,
    /// \u{1244e}: '𒑎'
    CuneiformNumericSignSixAshTenu,
    /// \u{1244f}: '𒑏'
    CuneiformNumericSignOneBan2,
    /// \u{12450}: '𒑐'
    CuneiformNumericSignTwoBan2,
    /// \u{12451}: '𒑑'
    CuneiformNumericSignThreeBan2,
    /// \u{12452}: '𒑒'
    CuneiformNumericSignFourBan2,
    /// \u{12453}: '𒑓'
    CuneiformNumericSignFourBan2VariantForm,
    /// \u{12454}: '𒑔'
    CuneiformNumericSignFiveBan2,
    /// \u{12455}: '𒑕'
    CuneiformNumericSignFiveBan2VariantForm,
    /// \u{12456}: '𒑖'
    CuneiformNumericSignNigidamin,
    /// \u{12457}: '𒑗'
    CuneiformNumericSignNigidaesh,
    /// \u{12458}: '𒑘'
    CuneiformNumericSignOneEshe3,
    /// \u{12459}: '𒑙'
    CuneiformNumericSignTwoEshe3,
    /// \u{1245a}: '𒑚'
    CuneiformNumericSignOneThirdDish,
    /// \u{1245b}: '𒑛'
    CuneiformNumericSignTwoThirdsDish,
    /// \u{1245c}: '𒑜'
    CuneiformNumericSignFiveSixthsDish,
    /// \u{1245d}: '𒑝'
    CuneiformNumericSignOneThirdVariantFormA,
    /// \u{1245e}: '𒑞'
    CuneiformNumericSignTwoThirdsVariantFormA,
    /// \u{1245f}: '𒑟'
    CuneiformNumericSignOneEighthAsh,
    /// \u{12460}: '𒑠'
    CuneiformNumericSignOneQuarterAsh,
    /// \u{12461}: '𒑡'
    CuneiformNumericSignOldAssyrianOneSixth,
    /// \u{12462}: '𒑢'
    CuneiformNumericSignOldAssyrianOneQuarter,
    /// \u{12463}: '𒑣'
    CuneiformNumericSignOneQuarterGur,
    /// \u{12464}: '𒑤'
    CuneiformNumericSignOneHalfGur,
    /// \u{12465}: '𒑥'
    CuneiformNumericSignElamiteOneThird,
    /// \u{12466}: '𒑦'
    CuneiformNumericSignElamiteTwoThirds,
    /// \u{12467}: '𒑧'
    CuneiformNumericSignElamiteForty,
    /// \u{12468}: '𒑨'
    CuneiformNumericSignElamiteFifty,
    /// \u{12469}: '𒑩'
    CuneiformNumericSignFourUVariantForm,
    /// \u{1246a}: '𒑪'
    CuneiformNumericSignFiveUVariantForm,
    /// \u{1246b}: '𒑫'
    CuneiformNumericSignSixUVariantForm,
    /// \u{1246c}: '𒑬'
    CuneiformNumericSignSevenUVariantForm,
    /// \u{1246d}: '𒑭'
    CuneiformNumericSignEightUVariantForm,
    /// \u{1246e}: '𒑮'
    CuneiformNumericSignNineUVariantForm,
    /// \u{12470}: '𒑰'
    CuneiformPunctuationSignOldAssyrianWordDivider,
    /// \u{12471}: '𒑱'
    CuneiformPunctuationSignVerticalColon,
    /// \u{12472}: '𒑲'
    CuneiformPunctuationSignDiagonalColon,
    /// \u{12473}: '𒑳'
    CuneiformPunctuationSignDiagonalTricolon,
    /// \u{12474}: '𒑴'
    CuneiformPunctuationSignDiagonalQuadcolon,
}

impl Into<char> for CuneiformNumbersandPunctuation {
    fn into(self) -> char {
        use constants::*;
        match self {
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoAsh => CUNEIFORM_NUMERIC_SIGN_TWO_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeAsh => CUNEIFORM_NUMERIC_SIGN_THREE_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourAsh => CUNEIFORM_NUMERIC_SIGN_FOUR_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveAsh => CUNEIFORM_NUMERIC_SIGN_FIVE_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixAsh => CUNEIFORM_NUMERIC_SIGN_SIX_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenAsh => CUNEIFORM_NUMERIC_SIGN_SEVEN_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightAsh => CUNEIFORM_NUMERIC_SIGN_EIGHT_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineAsh => CUNEIFORM_NUMERIC_SIGN_NINE_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeDish => CUNEIFORM_NUMERIC_SIGN_THREE_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourDish => CUNEIFORM_NUMERIC_SIGN_FOUR_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveDish => CUNEIFORM_NUMERIC_SIGN_FIVE_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixDish => CUNEIFORM_NUMERIC_SIGN_SIX_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenDish => CUNEIFORM_NUMERIC_SIGN_SEVEN_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightDish => CUNEIFORM_NUMERIC_SIGN_EIGHT_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineDish => CUNEIFORM_NUMERIC_SIGN_NINE_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourU => CUNEIFORM_NUMERIC_SIGN_FOUR_U,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveU => CUNEIFORM_NUMERIC_SIGN_FIVE_U,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixU => CUNEIFORM_NUMERIC_SIGN_SIX_U,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenU => CUNEIFORM_NUMERIC_SIGN_SEVEN_U,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightU => CUNEIFORM_NUMERIC_SIGN_EIGHT_U,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineU => CUNEIFORM_NUMERIC_SIGN_NINE_U,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneGesh2 => CUNEIFORM_NUMERIC_SIGN_ONE_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoGesh2 => CUNEIFORM_NUMERIC_SIGN_TWO_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeGesh2 => CUNEIFORM_NUMERIC_SIGN_THREE_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourGesh2 => CUNEIFORM_NUMERIC_SIGN_FOUR_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveGesh2 => CUNEIFORM_NUMERIC_SIGN_FIVE_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixGesh2 => CUNEIFORM_NUMERIC_SIGN_SIX_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenGesh2 => CUNEIFORM_NUMERIC_SIGN_SEVEN_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightGesh2 => CUNEIFORM_NUMERIC_SIGN_EIGHT_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineGesh2 => CUNEIFORM_NUMERIC_SIGN_NINE_GESH2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneGeshu => CUNEIFORM_NUMERIC_SIGN_ONE_GESHU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoGeshu => CUNEIFORM_NUMERIC_SIGN_TWO_GESHU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeGeshu => CUNEIFORM_NUMERIC_SIGN_THREE_GESHU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourGeshu => CUNEIFORM_NUMERIC_SIGN_FOUR_GESHU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveGeshu => CUNEIFORM_NUMERIC_SIGN_FIVE_GESHU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoShar2 => CUNEIFORM_NUMERIC_SIGN_TWO_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeShar2 => CUNEIFORM_NUMERIC_SIGN_THREE_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeShar2VariantForm => CUNEIFORM_NUMERIC_SIGN_THREE_SHAR2_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourShar2 => CUNEIFORM_NUMERIC_SIGN_FOUR_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveShar2 => CUNEIFORM_NUMERIC_SIGN_FIVE_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixShar2 => CUNEIFORM_NUMERIC_SIGN_SIX_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenShar2 => CUNEIFORM_NUMERIC_SIGN_SEVEN_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightShar2 => CUNEIFORM_NUMERIC_SIGN_EIGHT_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineShar2 => CUNEIFORM_NUMERIC_SIGN_NINE_SHAR2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneSharu => CUNEIFORM_NUMERIC_SIGN_ONE_SHARU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoSharu => CUNEIFORM_NUMERIC_SIGN_TWO_SHARU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeSharu => CUNEIFORM_NUMERIC_SIGN_THREE_SHARU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeSharuVariantForm => CUNEIFORM_NUMERIC_SIGN_THREE_SHARU_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourSharu => CUNEIFORM_NUMERIC_SIGN_FOUR_SHARU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveSharu => CUNEIFORM_NUMERIC_SIGN_FIVE_SHARU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignShar2TimesGalPlusDish => CUNEIFORM_NUMERIC_SIGN_SHAR2_TIMES_GAL_PLUS_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignShar2TimesGalPlusMin => CUNEIFORM_NUMERIC_SIGN_SHAR2_TIMES_GAL_PLUS_MIN,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneBuru => CUNEIFORM_NUMERIC_SIGN_ONE_BURU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoBuru => CUNEIFORM_NUMERIC_SIGN_TWO_BURU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBuru => CUNEIFORM_NUMERIC_SIGN_THREE_BURU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBuruVariantForm => CUNEIFORM_NUMERIC_SIGN_THREE_BURU_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourBuru => CUNEIFORM_NUMERIC_SIGN_FOUR_BURU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBuru => CUNEIFORM_NUMERIC_SIGN_FIVE_BURU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeVariantFormEsh16 => CUNEIFORM_NUMERIC_SIGN_THREE_VARIANT_FORM_ESH16,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeVariantFormEsh21 => CUNEIFORM_NUMERIC_SIGN_THREE_VARIANT_FORM_ESH21,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmu => CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmu4 => CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU4,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmuA => CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU_A,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmuB => CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU_B,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixVariantFormAsh9 => CUNEIFORM_NUMERIC_SIGN_SIX_VARIANT_FORM_ASH9,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormImin3 => CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN3,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormIminA => CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN_A,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormIminB => CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN_B,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightVariantFormUssu => CUNEIFORM_NUMERIC_SIGN_EIGHT_VARIANT_FORM_USSU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightVariantFormUssu3 => CUNEIFORM_NUMERIC_SIGN_EIGHT_VARIANT_FORM_USSU3,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu => CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu3 => CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU3,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu4 => CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU4,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmuA => CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU_A,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoAshTenu => CUNEIFORM_NUMERIC_SIGN_TWO_ASH_TENU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeAshTenu => CUNEIFORM_NUMERIC_SIGN_THREE_ASH_TENU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourAshTenu => CUNEIFORM_NUMERIC_SIGN_FOUR_ASH_TENU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveAshTenu => CUNEIFORM_NUMERIC_SIGN_FIVE_ASH_TENU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixAshTenu => CUNEIFORM_NUMERIC_SIGN_SIX_ASH_TENU,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneBan2 => CUNEIFORM_NUMERIC_SIGN_ONE_BAN2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoBan2 => CUNEIFORM_NUMERIC_SIGN_TWO_BAN2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBan2 => CUNEIFORM_NUMERIC_SIGN_THREE_BAN2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourBan2 => CUNEIFORM_NUMERIC_SIGN_FOUR_BAN2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourBan2VariantForm => CUNEIFORM_NUMERIC_SIGN_FOUR_BAN2_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBan2 => CUNEIFORM_NUMERIC_SIGN_FIVE_BAN2,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBan2VariantForm => CUNEIFORM_NUMERIC_SIGN_FIVE_BAN2_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNigidamin => CUNEIFORM_NUMERIC_SIGN_NIGIDAMIN,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNigidaesh => CUNEIFORM_NUMERIC_SIGN_NIGIDAESH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneEshe3 => CUNEIFORM_NUMERIC_SIGN_ONE_ESHE3,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoEshe3 => CUNEIFORM_NUMERIC_SIGN_TWO_ESHE3,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneThirdDish => CUNEIFORM_NUMERIC_SIGN_ONE_THIRD_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoThirdsDish => CUNEIFORM_NUMERIC_SIGN_TWO_THIRDS_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveSixthsDish => CUNEIFORM_NUMERIC_SIGN_FIVE_SIXTHS_DISH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneThirdVariantFormA => CUNEIFORM_NUMERIC_SIGN_ONE_THIRD_VARIANT_FORM_A,
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoThirdsVariantFormA => CUNEIFORM_NUMERIC_SIGN_TWO_THIRDS_VARIANT_FORM_A,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneEighthAsh => CUNEIFORM_NUMERIC_SIGN_ONE_EIGHTH_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneQuarterAsh => CUNEIFORM_NUMERIC_SIGN_ONE_QUARTER_ASH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOldAssyrianOneSixth => CUNEIFORM_NUMERIC_SIGN_OLD_ASSYRIAN_ONE_SIXTH,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOldAssyrianOneQuarter => CUNEIFORM_NUMERIC_SIGN_OLD_ASSYRIAN_ONE_QUARTER,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneQuarterGur => CUNEIFORM_NUMERIC_SIGN_ONE_QUARTER_GUR,
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneHalfGur => CUNEIFORM_NUMERIC_SIGN_ONE_HALF_GUR,
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteOneThird => CUNEIFORM_NUMERIC_SIGN_ELAMITE_ONE_THIRD,
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteTwoThirds => CUNEIFORM_NUMERIC_SIGN_ELAMITE_TWO_THIRDS,
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteForty => CUNEIFORM_NUMERIC_SIGN_ELAMITE_FORTY,
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteFifty => CUNEIFORM_NUMERIC_SIGN_ELAMITE_FIFTY,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourUVariantForm => CUNEIFORM_NUMERIC_SIGN_FOUR_U_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveUVariantForm => CUNEIFORM_NUMERIC_SIGN_FIVE_U_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixUVariantForm => CUNEIFORM_NUMERIC_SIGN_SIX_U_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenUVariantForm => CUNEIFORM_NUMERIC_SIGN_SEVEN_U_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightUVariantForm => CUNEIFORM_NUMERIC_SIGN_EIGHT_U_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineUVariantForm => CUNEIFORM_NUMERIC_SIGN_NINE_U_VARIANT_FORM,
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignOldAssyrianWordDivider => CUNEIFORM_PUNCTUATION_SIGN_OLD_ASSYRIAN_WORD_DIVIDER,
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignVerticalColon => CUNEIFORM_PUNCTUATION_SIGN_VERTICAL_COLON,
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalColon => CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_COLON,
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalTricolon => CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_TRICOLON,
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalQuadcolon => CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_QUADCOLON,
        }
    }
}

impl std::convert::TryFrom<char> for CuneiformNumbersandPunctuation {
    type Error = ();
    fn try_from(c: char) -> Result<Self, Self::Error> {
        use constants::*;
        match c {
            CUNEIFORM_NUMERIC_SIGN_TWO_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoAsh),
            CUNEIFORM_NUMERIC_SIGN_THREE_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeAsh),
            CUNEIFORM_NUMERIC_SIGN_FOUR_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourAsh),
            CUNEIFORM_NUMERIC_SIGN_FIVE_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveAsh),
            CUNEIFORM_NUMERIC_SIGN_SIX_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixAsh),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenAsh),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightAsh),
            CUNEIFORM_NUMERIC_SIGN_NINE_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineAsh),
            CUNEIFORM_NUMERIC_SIGN_THREE_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeDish),
            CUNEIFORM_NUMERIC_SIGN_FOUR_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourDish),
            CUNEIFORM_NUMERIC_SIGN_FIVE_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveDish),
            CUNEIFORM_NUMERIC_SIGN_SIX_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixDish),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenDish),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightDish),
            CUNEIFORM_NUMERIC_SIGN_NINE_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineDish),
            CUNEIFORM_NUMERIC_SIGN_FOUR_U => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourU),
            CUNEIFORM_NUMERIC_SIGN_FIVE_U => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveU),
            CUNEIFORM_NUMERIC_SIGN_SIX_U => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixU),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_U => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenU),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_U => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightU),
            CUNEIFORM_NUMERIC_SIGN_NINE_U => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineU),
            CUNEIFORM_NUMERIC_SIGN_ONE_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneGesh2),
            CUNEIFORM_NUMERIC_SIGN_TWO_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoGesh2),
            CUNEIFORM_NUMERIC_SIGN_THREE_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeGesh2),
            CUNEIFORM_NUMERIC_SIGN_FOUR_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourGesh2),
            CUNEIFORM_NUMERIC_SIGN_FIVE_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveGesh2),
            CUNEIFORM_NUMERIC_SIGN_SIX_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixGesh2),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenGesh2),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightGesh2),
            CUNEIFORM_NUMERIC_SIGN_NINE_GESH2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineGesh2),
            CUNEIFORM_NUMERIC_SIGN_ONE_GESHU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneGeshu),
            CUNEIFORM_NUMERIC_SIGN_TWO_GESHU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoGeshu),
            CUNEIFORM_NUMERIC_SIGN_THREE_GESHU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeGeshu),
            CUNEIFORM_NUMERIC_SIGN_FOUR_GESHU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourGeshu),
            CUNEIFORM_NUMERIC_SIGN_FIVE_GESHU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveGeshu),
            CUNEIFORM_NUMERIC_SIGN_TWO_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoShar2),
            CUNEIFORM_NUMERIC_SIGN_THREE_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeShar2),
            CUNEIFORM_NUMERIC_SIGN_THREE_SHAR2_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeShar2VariantForm),
            CUNEIFORM_NUMERIC_SIGN_FOUR_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourShar2),
            CUNEIFORM_NUMERIC_SIGN_FIVE_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveShar2),
            CUNEIFORM_NUMERIC_SIGN_SIX_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixShar2),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenShar2),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightShar2),
            CUNEIFORM_NUMERIC_SIGN_NINE_SHAR2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineShar2),
            CUNEIFORM_NUMERIC_SIGN_ONE_SHARU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneSharu),
            CUNEIFORM_NUMERIC_SIGN_TWO_SHARU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoSharu),
            CUNEIFORM_NUMERIC_SIGN_THREE_SHARU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeSharu),
            CUNEIFORM_NUMERIC_SIGN_THREE_SHARU_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeSharuVariantForm),
            CUNEIFORM_NUMERIC_SIGN_FOUR_SHARU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourSharu),
            CUNEIFORM_NUMERIC_SIGN_FIVE_SHARU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveSharu),
            CUNEIFORM_NUMERIC_SIGN_SHAR2_TIMES_GAL_PLUS_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignShar2TimesGalPlusDish),
            CUNEIFORM_NUMERIC_SIGN_SHAR2_TIMES_GAL_PLUS_MIN => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignShar2TimesGalPlusMin),
            CUNEIFORM_NUMERIC_SIGN_ONE_BURU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneBuru),
            CUNEIFORM_NUMERIC_SIGN_TWO_BURU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoBuru),
            CUNEIFORM_NUMERIC_SIGN_THREE_BURU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBuru),
            CUNEIFORM_NUMERIC_SIGN_THREE_BURU_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBuruVariantForm),
            CUNEIFORM_NUMERIC_SIGN_FOUR_BURU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourBuru),
            CUNEIFORM_NUMERIC_SIGN_FIVE_BURU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBuru),
            CUNEIFORM_NUMERIC_SIGN_THREE_VARIANT_FORM_ESH16 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeVariantFormEsh16),
            CUNEIFORM_NUMERIC_SIGN_THREE_VARIANT_FORM_ESH21 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeVariantFormEsh21),
            CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmu),
            CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU4 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmu4),
            CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU_A => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmuA),
            CUNEIFORM_NUMERIC_SIGN_FOUR_VARIANT_FORM_LIMMU_B => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmuB),
            CUNEIFORM_NUMERIC_SIGN_SIX_VARIANT_FORM_ASH9 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixVariantFormAsh9),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN3 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormImin3),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN_A => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormIminA),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_VARIANT_FORM_IMIN_B => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormIminB),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_VARIANT_FORM_USSU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightVariantFormUssu),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_VARIANT_FORM_USSU3 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightVariantFormUssu3),
            CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu),
            CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU3 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu3),
            CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU4 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu4),
            CUNEIFORM_NUMERIC_SIGN_NINE_VARIANT_FORM_ILIMMU_A => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmuA),
            CUNEIFORM_NUMERIC_SIGN_TWO_ASH_TENU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoAshTenu),
            CUNEIFORM_NUMERIC_SIGN_THREE_ASH_TENU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeAshTenu),
            CUNEIFORM_NUMERIC_SIGN_FOUR_ASH_TENU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourAshTenu),
            CUNEIFORM_NUMERIC_SIGN_FIVE_ASH_TENU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveAshTenu),
            CUNEIFORM_NUMERIC_SIGN_SIX_ASH_TENU => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixAshTenu),
            CUNEIFORM_NUMERIC_SIGN_ONE_BAN2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneBan2),
            CUNEIFORM_NUMERIC_SIGN_TWO_BAN2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoBan2),
            CUNEIFORM_NUMERIC_SIGN_THREE_BAN2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBan2),
            CUNEIFORM_NUMERIC_SIGN_FOUR_BAN2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourBan2),
            CUNEIFORM_NUMERIC_SIGN_FOUR_BAN2_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourBan2VariantForm),
            CUNEIFORM_NUMERIC_SIGN_FIVE_BAN2 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBan2),
            CUNEIFORM_NUMERIC_SIGN_FIVE_BAN2_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBan2VariantForm),
            CUNEIFORM_NUMERIC_SIGN_NIGIDAMIN => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNigidamin),
            CUNEIFORM_NUMERIC_SIGN_NIGIDAESH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNigidaesh),
            CUNEIFORM_NUMERIC_SIGN_ONE_ESHE3 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneEshe3),
            CUNEIFORM_NUMERIC_SIGN_TWO_ESHE3 => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoEshe3),
            CUNEIFORM_NUMERIC_SIGN_ONE_THIRD_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneThirdDish),
            CUNEIFORM_NUMERIC_SIGN_TWO_THIRDS_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoThirdsDish),
            CUNEIFORM_NUMERIC_SIGN_FIVE_SIXTHS_DISH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveSixthsDish),
            CUNEIFORM_NUMERIC_SIGN_ONE_THIRD_VARIANT_FORM_A => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneThirdVariantFormA),
            CUNEIFORM_NUMERIC_SIGN_TWO_THIRDS_VARIANT_FORM_A => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignTwoThirdsVariantFormA),
            CUNEIFORM_NUMERIC_SIGN_ONE_EIGHTH_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneEighthAsh),
            CUNEIFORM_NUMERIC_SIGN_ONE_QUARTER_ASH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneQuarterAsh),
            CUNEIFORM_NUMERIC_SIGN_OLD_ASSYRIAN_ONE_SIXTH => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOldAssyrianOneSixth),
            CUNEIFORM_NUMERIC_SIGN_OLD_ASSYRIAN_ONE_QUARTER => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOldAssyrianOneQuarter),
            CUNEIFORM_NUMERIC_SIGN_ONE_QUARTER_GUR => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneQuarterGur),
            CUNEIFORM_NUMERIC_SIGN_ONE_HALF_GUR => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignOneHalfGur),
            CUNEIFORM_NUMERIC_SIGN_ELAMITE_ONE_THIRD => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteOneThird),
            CUNEIFORM_NUMERIC_SIGN_ELAMITE_TWO_THIRDS => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteTwoThirds),
            CUNEIFORM_NUMERIC_SIGN_ELAMITE_FORTY => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteForty),
            CUNEIFORM_NUMERIC_SIGN_ELAMITE_FIFTY => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteFifty),
            CUNEIFORM_NUMERIC_SIGN_FOUR_U_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFourUVariantForm),
            CUNEIFORM_NUMERIC_SIGN_FIVE_U_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignFiveUVariantForm),
            CUNEIFORM_NUMERIC_SIGN_SIX_U_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSixUVariantForm),
            CUNEIFORM_NUMERIC_SIGN_SEVEN_U_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignSevenUVariantForm),
            CUNEIFORM_NUMERIC_SIGN_EIGHT_U_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignEightUVariantForm),
            CUNEIFORM_NUMERIC_SIGN_NINE_U_VARIANT_FORM => Ok(CuneiformNumbersandPunctuation::CuneiformNumericSignNineUVariantForm),
            CUNEIFORM_PUNCTUATION_SIGN_OLD_ASSYRIAN_WORD_DIVIDER => Ok(CuneiformNumbersandPunctuation::CuneiformPunctuationSignOldAssyrianWordDivider),
            CUNEIFORM_PUNCTUATION_SIGN_VERTICAL_COLON => Ok(CuneiformNumbersandPunctuation::CuneiformPunctuationSignVerticalColon),
            CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_COLON => Ok(CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalColon),
            CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_TRICOLON => Ok(CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalTricolon),
            CUNEIFORM_PUNCTUATION_SIGN_DIAGONAL_QUADCOLON => Ok(CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalQuadcolon),
            _ => Err(()),
        }
    }
}

impl Into<u32> for CuneiformNumbersandPunctuation {
    fn into(self) -> u32 {
        let c: char = self.into();
        let hex = c
            .escape_unicode()
            .to_string()
            .replace("\\u{", "")
            .replace("}", "");
        u32::from_str_radix(&hex, 16).unwrap()
    }
}

impl std::convert::TryFrom<u32> for CuneiformNumbersandPunctuation {
    type Error = ();
    fn try_from(u: u32) -> Result<Self, Self::Error> {
        if let Ok(c) = char::try_from(u) {
            Self::try_from(c)
        } else {
            Err(())
        }
    }
}

impl Iterator for CuneiformNumbersandPunctuation {
    type Item = Self;
    fn next(&mut self) -> Option<Self> {
        let index: u32 = (*self).into();
        use std::convert::TryFrom;
        Self::try_from(index + 1).ok()
    }
}

impl CuneiformNumbersandPunctuation {
    /// The character with the lowest index in this unicode block
    pub fn new() -> Self {
        CuneiformNumbersandPunctuation::CuneiformNumericSignTwoAsh
    }

    /// The character's name, all lowercase and space-separated
    pub fn name(&self) -> &str {
        match self {
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoAsh => "cuneiform numeric sign two ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeAsh => "cuneiform numeric sign three ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourAsh => "cuneiform numeric sign four ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveAsh => "cuneiform numeric sign five ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixAsh => "cuneiform numeric sign six ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenAsh => "cuneiform numeric sign seven ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightAsh => "cuneiform numeric sign eight ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineAsh => "cuneiform numeric sign nine ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeDish => "cuneiform numeric sign three dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourDish => "cuneiform numeric sign four dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveDish => "cuneiform numeric sign five dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixDish => "cuneiform numeric sign six dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenDish => "cuneiform numeric sign seven dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightDish => "cuneiform numeric sign eight dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineDish => "cuneiform numeric sign nine dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourU => "cuneiform numeric sign four u",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveU => "cuneiform numeric sign five u",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixU => "cuneiform numeric sign six u",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenU => "cuneiform numeric sign seven u",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightU => "cuneiform numeric sign eight u",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineU => "cuneiform numeric sign nine u",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneGesh2 => "cuneiform numeric sign one gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoGesh2 => "cuneiform numeric sign two gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeGesh2 => "cuneiform numeric sign three gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourGesh2 => "cuneiform numeric sign four gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveGesh2 => "cuneiform numeric sign five gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixGesh2 => "cuneiform numeric sign six gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenGesh2 => "cuneiform numeric sign seven gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightGesh2 => "cuneiform numeric sign eight gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineGesh2 => "cuneiform numeric sign nine gesh2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneGeshu => "cuneiform numeric sign one geshu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoGeshu => "cuneiform numeric sign two geshu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeGeshu => "cuneiform numeric sign three geshu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourGeshu => "cuneiform numeric sign four geshu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveGeshu => "cuneiform numeric sign five geshu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoShar2 => "cuneiform numeric sign two shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeShar2 => "cuneiform numeric sign three shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeShar2VariantForm => "cuneiform numeric sign three shar2 variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourShar2 => "cuneiform numeric sign four shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveShar2 => "cuneiform numeric sign five shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixShar2 => "cuneiform numeric sign six shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenShar2 => "cuneiform numeric sign seven shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightShar2 => "cuneiform numeric sign eight shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineShar2 => "cuneiform numeric sign nine shar2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneSharu => "cuneiform numeric sign one sharu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoSharu => "cuneiform numeric sign two sharu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeSharu => "cuneiform numeric sign three sharu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeSharuVariantForm => "cuneiform numeric sign three sharu variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourSharu => "cuneiform numeric sign four sharu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveSharu => "cuneiform numeric sign five sharu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignShar2TimesGalPlusDish => "cuneiform numeric sign shar2 times gal plus dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignShar2TimesGalPlusMin => "cuneiform numeric sign shar2 times gal plus min",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneBuru => "cuneiform numeric sign one buru",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoBuru => "cuneiform numeric sign two buru",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBuru => "cuneiform numeric sign three buru",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBuruVariantForm => "cuneiform numeric sign three buru variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourBuru => "cuneiform numeric sign four buru",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBuru => "cuneiform numeric sign five buru",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeVariantFormEsh16 => "cuneiform numeric sign three variant form esh16",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeVariantFormEsh21 => "cuneiform numeric sign three variant form esh21",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmu => "cuneiform numeric sign four variant form limmu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmu4 => "cuneiform numeric sign four variant form limmu4",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmuA => "cuneiform numeric sign four variant form limmu a",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourVariantFormLimmuB => "cuneiform numeric sign four variant form limmu b",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixVariantFormAsh9 => "cuneiform numeric sign six variant form ash9",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormImin3 => "cuneiform numeric sign seven variant form imin3",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormIminA => "cuneiform numeric sign seven variant form imin a",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenVariantFormIminB => "cuneiform numeric sign seven variant form imin b",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightVariantFormUssu => "cuneiform numeric sign eight variant form ussu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightVariantFormUssu3 => "cuneiform numeric sign eight variant form ussu3",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu => "cuneiform numeric sign nine variant form ilimmu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu3 => "cuneiform numeric sign nine variant form ilimmu3",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmu4 => "cuneiform numeric sign nine variant form ilimmu4",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineVariantFormIlimmuA => "cuneiform numeric sign nine variant form ilimmu a",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoAshTenu => "cuneiform numeric sign two ash tenu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeAshTenu => "cuneiform numeric sign three ash tenu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourAshTenu => "cuneiform numeric sign four ash tenu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveAshTenu => "cuneiform numeric sign five ash tenu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixAshTenu => "cuneiform numeric sign six ash tenu",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneBan2 => "cuneiform numeric sign one ban2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoBan2 => "cuneiform numeric sign two ban2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignThreeBan2 => "cuneiform numeric sign three ban2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourBan2 => "cuneiform numeric sign four ban2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourBan2VariantForm => "cuneiform numeric sign four ban2 variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBan2 => "cuneiform numeric sign five ban2",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveBan2VariantForm => "cuneiform numeric sign five ban2 variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNigidamin => "cuneiform numeric sign nigidamin",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNigidaesh => "cuneiform numeric sign nigidaesh",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneEshe3 => "cuneiform numeric sign one eshe3",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoEshe3 => "cuneiform numeric sign two eshe3",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneThirdDish => "cuneiform numeric sign one third dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoThirdsDish => "cuneiform numeric sign two thirds dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveSixthsDish => "cuneiform numeric sign five sixths dish",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneThirdVariantFormA => "cuneiform numeric sign one third variant form a",
            CuneiformNumbersandPunctuation::CuneiformNumericSignTwoThirdsVariantFormA => "cuneiform numeric sign two thirds variant form a",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneEighthAsh => "cuneiform numeric sign one eighth ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneQuarterAsh => "cuneiform numeric sign one quarter ash",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOldAssyrianOneSixth => "cuneiform numeric sign old assyrian one sixth",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOldAssyrianOneQuarter => "cuneiform numeric sign old assyrian one quarter",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneQuarterGur => "cuneiform numeric sign one quarter gur",
            CuneiformNumbersandPunctuation::CuneiformNumericSignOneHalfGur => "cuneiform numeric sign one half gur",
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteOneThird => "cuneiform numeric sign elamite one third",
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteTwoThirds => "cuneiform numeric sign elamite two thirds",
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteForty => "cuneiform numeric sign elamite forty",
            CuneiformNumbersandPunctuation::CuneiformNumericSignElamiteFifty => "cuneiform numeric sign elamite fifty",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFourUVariantForm => "cuneiform numeric sign four u variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignFiveUVariantForm => "cuneiform numeric sign five u variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSixUVariantForm => "cuneiform numeric sign six u variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignSevenUVariantForm => "cuneiform numeric sign seven u variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignEightUVariantForm => "cuneiform numeric sign eight u variant form",
            CuneiformNumbersandPunctuation::CuneiformNumericSignNineUVariantForm => "cuneiform numeric sign nine u variant form",
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignOldAssyrianWordDivider => "cuneiform punctuation sign old assyrian word divider",
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignVerticalColon => "cuneiform punctuation sign vertical colon",
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalColon => "cuneiform punctuation sign diagonal colon",
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalTricolon => "cuneiform punctuation sign diagonal tricolon",
            CuneiformNumbersandPunctuation::CuneiformPunctuationSignDiagonalQuadcolon => "cuneiform punctuation sign diagonal quadcolon",
        }
    }
}