Fixed range error
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 20s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 20s
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
#table(
|
||||
columns: (1fr, 1fr, 1fr),
|
||||
[Range], [Hex], [Bits],
|
||||
[Lower Case], [$"0x41"..."0x5A"$], [$"XX0X XXXX"$ (bit 6)],
|
||||
[Upper Case], [$"0x61"..."0x7A"$], [$"XX1X XXXX"$ (bit 6)],
|
||||
[Upper Case], [$"0x41"..."0x5A"$], [$"XX0X XXXX"$ (bit 6)],
|
||||
[Lower Case], [$"0x61"..."0x7A"$], [$"XX1X XXXX"$ (bit 6)],
|
||||
[Ganz ASCII], [$"0x00"..."0x7F"$], [$"0XXX XXXX"$]
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user