helos1/extlib/libvterm/encoding/uk.inc

7 lines
119 B
PHP
Raw Normal View History

2021-10-10 14:39:17 +08:00
static const struct StaticTableEncoding encoding_uk = {
{ .decode = &decode_table },
{
[0x23] = 0x00a3,
}
};