helos1/extlib/libvterm/encoding/uk.inc
2021-10-10 14:39:17 +08:00

7 lines
119 B
C++

static const struct StaticTableEncoding encoding_uk = {
{ .decode = &decode_table },
{
[0x23] = 0x00a3,
}
};