1static const struct StaticTableEncoding encoding_uk = {
2  { .decode = &decode_table },
3  {
4    [0x23] = 0x00a3,
5  }
6};
7